public final class NotEqualPredicate extends EqualPredicate
value| Constructor and Description |
|---|
NotEqualPredicate() |
NotEqualPredicate(String attribute,
Comparable value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Map.Entry entry) |
Set<QueryableEntry> |
filter(QueryContext queryContext) |
boolean |
isIndexed(QueryContext queryContext) |
Predicate |
negate()
Create logical negation of itself.
|
String |
toString() |
applyForSingleAttributeValue, readData, writeDatagetIndexconvert, convertEnumValue, readAttributeValuepublic NotEqualPredicate()
public NotEqualPredicate(String attribute, Comparable value)
public boolean apply(Map.Entry entry)
apply in interface Predicateapply in class AbstractPredicatepublic boolean isIndexed(QueryContext queryContext)
isIndexed in interface IndexAwarePredicateisIndexed in class AbstractIndexAwarePredicatepublic Set<QueryableEntry> filter(QueryContext queryContext)
filter in interface IndexAwarePredicatefilter in class EqualPredicatepublic String toString()
toString in class EqualPredicatepublic Predicate negate()
NegatablePredicatenegate in interface NegatablePredicatenegate in class EqualPredicateCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.