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