public static class Predicates.GreaterLessPredicate extends Predicates.EqualPredicate
secondIsExpression| Constructor and Description |
|---|
Predicates.GreaterLessPredicate() |
Predicates.GreaterLessPredicate(Expression first,
Expression second,
boolean equal,
boolean less) |
Predicates.GreaterLessPredicate(Expression first,
Object second,
boolean equal,
boolean less) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doApply(Object first,
Object second) |
Set<MapEntry> |
filter(QueryContext queryContext) |
void |
readData(DataInput in) |
String |
toString() |
void |
writeData(DataOutput out) |
apply, collectAppliedIndexes, collectIndexAwarePredicates, getConvertedRealValue, getValue, isIndexedgetRealObjectpublic Predicates.GreaterLessPredicate()
public Predicates.GreaterLessPredicate(Expression first, Expression second, boolean equal, boolean less)
public Predicates.GreaterLessPredicate(Expression first, Object second, boolean equal, boolean less)
protected boolean doApply(Object first, Object second)
doApply in class Predicates.EqualPredicatepublic Set<MapEntry> filter(QueryContext queryContext)
filter in interface IndexAwarePredicatefilter in class Predicates.EqualPredicatepublic void readData(DataInput in) throws IOException
readData in interface DataSerializablereadData in class Predicates.EqualPredicateIOExceptionpublic void writeData(DataOutput out) throws IOException
writeData in interface DataSerializablewriteData in class Predicates.EqualPredicateIOExceptionpublic String toString()
toString in class Predicates.EqualPredicateCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.