com.hazelcast.query
Class Predicates.GreaterLessPredicate
java.lang.Object
SerializationHelper
com.hazelcast.query.Predicates.AbstractPredicate
com.hazelcast.query.Predicates.EqualPredicate
com.hazelcast.query.Predicates.GreaterLessPredicate
- All Implemented Interfaces:
- DataSerializable, IndexAwarePredicate, Predicate, Serializable
- Enclosing class:
- Predicates
public static class Predicates.GreaterLessPredicate
- extends Predicates.EqualPredicate
Predicates.GreaterLessPredicate
public Predicates.GreaterLessPredicate()
Predicates.GreaterLessPredicate
public Predicates.GreaterLessPredicate(Expression first,
Expression second,
boolean equal,
boolean less)
Predicates.GreaterLessPredicate
public Predicates.GreaterLessPredicate(Expression first,
Object second,
boolean equal,
boolean less)
doApply
protected boolean doApply(Object first,
Object second)
- Overrides:
doApply
in class Predicates.EqualPredicate
filter
public Set<MapEntry> filter(QueryContext queryContext)
- Specified by:
filter
in interface IndexAwarePredicate
- Overrides:
filter
in class Predicates.EqualPredicate
readData
public void readData(DataInput in)
throws IOException
- Specified by:
readData
in interface DataSerializable
- Overrides:
readData
in class Predicates.EqualPredicate
- Throws:
IOException
writeData
public void writeData(DataOutput out)
throws IOException
- Specified by:
writeData
in interface DataSerializable
- Overrides:
writeData
in class Predicates.EqualPredicate
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Predicates.EqualPredicate
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.