public static class Predicates.NotEqualPredicate extends Predicates.EqualPredicate implements IndexAwarePredicate
secondIsExpression| Constructor and Description |
|---|
Predicates.NotEqualPredicate() |
Predicates.NotEqualPredicate(Expression first,
Expression second) |
Predicates.NotEqualPredicate(Expression first,
Object second) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(MapEntry entry) |
Set<MapEntry> |
filter(QueryContext queryContext) |
String |
toString() |
collectAppliedIndexes, collectIndexAwarePredicates, doApply, getConvertedRealValue, getValue, isIndexed, readData, writeDatagetRealObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcollectAppliedIndexes, collectIndexAwarePredicates, isIndexedpublic Predicates.NotEqualPredicate()
public Predicates.NotEqualPredicate(Expression first, Expression second)
public Predicates.NotEqualPredicate(Expression first, Object second)
public boolean apply(MapEntry entry)
apply in interface Predicateapply in class Predicates.EqualPredicatepublic Set<MapEntry> filter(QueryContext queryContext)
filter in interface IndexAwarePredicatefilter in class Predicates.EqualPredicatepublic String toString()
toString in class Predicates.EqualPredicateCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.