public static final class Query.LessThan extends Object implements Query.KeyQuery
k
with a value that is lexically
less than v
.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 |
---|---|
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() |
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