@Immutable public class SimpleMatchQuery<K,V> extends Object implements Query
| Constructor and Description |
|---|
SimpleMatchQuery(K key,
V value)
Creates a new simple match query with the specified key / value pair
to match.
|
| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Returns the key to match.
|
V |
getValue()
Returns the value to match.
|
String |
toString() |
public SimpleMatchQuery(K key, V value)
key - The key. Must not be null.value - The value. Must not be null.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.