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