public static final class Query.In extends Object implements Query.KeyQuery
k with a value in the set
vs.Query.And, Query.CompositeKeyQuery, Query.Equal, Query.GreaterThan, Query.GreaterThanEqual, Query.Has, Query.In, Query.InvertedKeyQuery, Query.KeyQuery, Query.LessThan, Query.LessThanEqual, Query.Not, Query.Or, Query.Regex| Modifier and Type | Method and Description |
|---|---|
List<Query> |
dnfList()
Converts this query into disjunctive normal form.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
key()
Key checked by this query.
|
boolean |
matches(String value)
Returns true if the value matches for this query clause.
|
String |
toString() |
Set<String> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitmatches, simplifypublic String key()
Query.KeyQuerykey in interface Query.KeyQuerypublic boolean matches(String value)
Query.KeyQuerymatches in interface Query.KeyQuerypublic List<Query> dnfList()
Query