public static class Predicates.GreaterLessPredicate extends Predicates.EqualPredicate
valueattribute| Constructor and Description |
|---|
GreaterLessPredicate() |
GreaterLessPredicate(String attribute,
Comparable value,
boolean equal,
boolean less) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Map.Entry mapEntry) |
Set<com.hazelcast.query.impl.QueryableEntry> |
filter(com.hazelcast.query.impl.QueryContext queryContext) |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
convert, getIndex, isIndexed, readAttributepublic GreaterLessPredicate()
public GreaterLessPredicate(String attribute, Comparable value, boolean equal, boolean less)
public boolean apply(Map.Entry mapEntry)
apply in interface Predicateapply in class Predicates.EqualPredicatepublic Set<com.hazelcast.query.impl.QueryableEntry> filter(com.hazelcast.query.impl.QueryContext queryContext)
filter in interface IndexAwarePredicatefilter in class Predicates.EqualPredicatepublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface DataSerializablereadData in class Predicates.EqualPredicateIOExceptionpublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface DataSerializablewriteData in class Predicates.EqualPredicateIOExceptionpublic String toString()
toString in class Predicates.EqualPredicateCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.