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, java.io.Serializable
- Enclosing class:
- Predicates
public static class Predicates.NotPredicate
- extends Predicates.AbstractPredicate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Predicates.NotPredicate
public Predicates.NotPredicate(Predicate predicate)
Predicates.NotPredicate
public Predicates.NotPredicate()
apply
public boolean apply(MapEntry mapEntry)
writeData
public void writeData(java.io.DataOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readData
public void readData(java.io.DataInput in)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.