public static class Predicates.GreaterLessPredicate extends Predicates.EqualPredicate
valueattribute| Constructor and Description | 
|---|
Predicates.GreaterLessPredicate()  | 
Predicates.GreaterLessPredicate(String attribute,
                               Comparable value,
                               boolean equal,
                               boolean less)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
apply(Map.Entry mapEntry)  | 
Set<QueryableEntry> | 
filter(QueryContext queryContext)  | 
void | 
readData(ObjectDataInput in)
Reads fields from the input stream 
 | 
String | 
toString()  | 
void | 
writeData(ObjectDataOutput out)
Writes object fields to output stream 
 | 
convert, getIndex, isIndexed, readAttributepublic Predicates.GreaterLessPredicate()
public Predicates.GreaterLessPredicate(String attribute, Comparable value, boolean equal, boolean less)
public boolean apply(Map.Entry mapEntry)
apply in interface Predicateapply in class Predicates.EqualPredicatepublic Set<QueryableEntry> filter(QueryContext queryContext)
filter in interface IndexAwarePredicatefilter in class Predicates.EqualPredicatepublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablereadData in class Predicates.EqualPredicatein - inputIOExceptionpublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializablewriteData in class Predicates.EqualPredicateout - outputIOExceptionpublic String toString()
toString in class Predicates.EqualPredicateCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.