@Beta public final class PiRangeFieldMatch extends PiFieldMatch
| Constructor and Description | 
|---|
PiRangeFieldMatch(PiMatchFieldId fieldId,
                 ImmutableByteSequence lowValue,
                 ImmutableByteSequence highValue)
Creates a new range field match for the given low and high value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
hashCode()  | 
ImmutableByteSequence | 
highValue()
Returns the high value of this range field match. 
 | 
ImmutableByteSequence | 
lowValue()
Returns the low value of this range field match. 
 | 
String | 
toString()  | 
PiMatchType | 
type()
Returns the type of match to be performed. 
 | 
fieldIdpublic PiRangeFieldMatch(PiMatchFieldId fieldId, ImmutableByteSequence lowValue, ImmutableByteSequence highValue)
fieldId - field identifierlowValue - low valuehighValue - high valuepublic PiMatchType type()
PiFieldMatchtype in class PiFieldMatchpublic ImmutableByteSequence lowValue()
public ImmutableByteSequence highValue()