public static final class Query.Equal extends Object implements Query.KeyQuery
k with value 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) |
Map<String,String> |
exactTags()
Extract the tags from the query that have an exact match for a given value.
|
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() |
String |
value() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitmatches, simplifypublic String key()
Query.KeyQuerykey in interface Query.KeyQuerypublic String value()
public boolean matches(String value)
Query.KeyQuerymatches in interface Query.KeyQuerypublic Map<String,String> exactTags()
QueryQuery.Equal clause.