com.hazelcast.query
public static class Predicates.NotEqualPredicate extends Predicates.EqualPredicate
value
attribute
Constructor and Description |
---|
Predicates.NotEqualPredicate() |
Predicates.NotEqualPredicate(String attribute,
Comparable value) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Map.Entry entry) |
Set<QueryableEntry> |
filter(QueryContext queryContext) |
String |
toString() |
readData, writeData
convert, getIndex, isIndexed, readAttribute
public Predicates.NotEqualPredicate()
public Predicates.NotEqualPredicate(String attribute, Comparable value)
public boolean apply(Map.Entry entry)
apply
in interface Predicate
apply
in class Predicates.EqualPredicate
public Set<QueryableEntry> filter(QueryContext queryContext)
filter
in interface IndexAwarePredicate
filter
in class Predicates.EqualPredicate
public String toString()
toString
in class Predicates.EqualPredicate
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.