K
- key typeV
- value typepublic interface Predicate<K,V>
Predicate
interface represents a predicate (boolean-valued function) of a key-value pair.Modifier and Type | Method and Description |
---|---|
boolean |
test(K key,
V value)
Test if the record with the given key and value satisfies the predicate.
|