com.hazelcast.query
Class Predicates.NotPredicate
java.lang.Object
SerializationHelper
com.hazelcast.query.Predicates.AbstractPredicate
com.hazelcast.query.Predicates.NotPredicate
- All Implemented Interfaces:
- DataSerializable, Predicate, Serializable
- Enclosing class:
- Predicates
public static class Predicates.NotPredicate
- extends Predicates.AbstractPredicate
Predicates.NotPredicate
public Predicates.NotPredicate(Predicate predicate)
Predicates.NotPredicate
public Predicates.NotPredicate()
apply
public boolean apply(MapEntry mapEntry)
writeData
public void writeData(DataOutput out)
throws IOException
- Throws:
IOException
readData
public void readData(DataInput in)
throws IOException
- Throws:
IOException
toString
public String toString()
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.