Package com.exedio.cope
Class StartsWithCondition
- java.lang.Object
-
- com.exedio.cope.Condition
-
- com.exedio.cope.StartsWithCondition
-
- All Implemented Interfaces:
Serializable
public final class StartsWithCondition extends Condition
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StartsWithCondition(DataField field, byte[] value)
Deprecated.UseDataField.startsWithIfSupported(byte[])
instead.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
hashCode()
-
-
-
Field Detail
-
field
public final DataField field
-
value
public final byte[] value
-
-
Constructor Detail
-
StartsWithCondition
@Deprecated public StartsWithCondition(DataField field, byte[] value)
Deprecated.UseDataField.startsWithIfSupported(byte[])
instead.Creates a new StartsWithCondition.
-
-