public final class GreaterLessPredicate extends AbstractIndexAwarePredicate implements NegatablePredicate
| Modifier and Type | Field and Description | 
|---|---|
| protected Comparable | value | 
| Constructor and Description | 
|---|
| GreaterLessPredicate() | 
| GreaterLessPredicate(String attribute,
                    Comparable value,
                    boolean equal,
                    boolean less) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | applyForSingleAttributeValue(Map.Entry mapEntry,
                            Comparable attributeValue) | 
| Set<QueryableEntry> | filter(QueryContext queryContext) | 
| Predicate | negate()Create logical negation of itself. | 
| void | readData(ObjectDataInput in)Reads fields from the input stream | 
| String | toString() | 
| void | writeData(ObjectDataOutput out)Writes object fields to output stream | 
getIndex, isIndexedapply, convert, convertEnumValue, readAttributeValueprotected Comparable value
public GreaterLessPredicate()
public GreaterLessPredicate(String attribute, Comparable value, boolean equal, boolean less)
protected boolean applyForSingleAttributeValue(Map.Entry mapEntry, Comparable attributeValue)
applyForSingleAttributeValue in class AbstractPredicatepublic Set<QueryableEntry> filter(QueryContext queryContext)
filter in interface IndexAwarePredicatepublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablereadData in class AbstractPredicatein - inputIOExceptionpublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializablewriteData in class AbstractPredicateout - outputIOExceptionpublic Predicate negate()
NegatablePredicatenegate in interface NegatablePredicateCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.