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<com.hazelcast.query.impl.QueryableEntry> |
filter(com.hazelcast.query.impl.QueryContext queryContext) |
void |
readData(com.hazelcast.nio.ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(com.hazelcast.nio.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<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
DataSerializablereadData in interface DataSerializablereadData in class Predicates.EqualPredicatein - inputIOExceptionpublic void writeData(com.hazelcast.nio.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.