com.hazelcast.query
Class Predicates.NotPredicate

java.lang.Object
  extended by SerializationHelper
      extended by com.hazelcast.query.Predicates.AbstractPredicate
          extended by com.hazelcast.query.Predicates.NotPredicate
All Implemented Interfaces:
DataSerializable, Predicate, Serializable
Enclosing class:
Predicates

public static class Predicates.NotPredicate
extends Predicates.AbstractPredicate


Constructor Summary
Predicates.NotPredicate()
           
Predicates.NotPredicate(Predicate predicate)
           
 
Method Summary
 boolean apply(MapEntry mapEntry)
           
 void readData(DataInput in)
           
 String toString()
           
 void writeData(DataOutput out)
           
 
Methods inherited from class com.hazelcast.query.Predicates.AbstractPredicate
getRealObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Predicates.NotPredicate

public Predicates.NotPredicate(Predicate predicate)

Predicates.NotPredicate

public Predicates.NotPredicate()
Method Detail

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 Hazelcast, Inc. All Rights Reserved.