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, wait
matches, simplify
public String key()
Query.KeyQuery
key
in interface Query.KeyQuery
public boolean matches(String value)
Query.KeyQuery
matches
in interface Query.KeyQuery
public List<Query> dnfList()
Query