public interface Query
Modifier and Type | Interface and Description |
---|---|
static class |
Query.Types |
Modifier and Type | Method and Description |
---|---|
Query.Types |
getQueryType() |
boolean |
match(Query other)
Determines if the given query matches the current query.
|
Query.Types getQueryType()
boolean match(Query other)
If a query can be considered to be a subset of the universe of items, then this operation determines if the current set (A) has a non-empty intersection with the other set (B).
other
- - the other query to match.