com.hazelcast.query
public static class Predicates.NotPredicate extends Object implements Predicate, DataSerializable
Constructor and Description |
---|
Predicates.NotPredicate() |
Predicates.NotPredicate(Predicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Map.Entry mapEntry) |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public Predicates.NotPredicate(Predicate predicate)
public Predicates.NotPredicate()
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.