K
- as KeyV
- as Valuepublic interface StoreMap<K,V> extends Map<K,V>
Map
that is used for the purpose of storing simple key/value pairs.Modifier and Type | Method and Description |
---|---|
List<K> |
matchKey(Function<K,Boolean> keyMatchQuery)
Find the Key that matches the keyQuery
|
List<K> |
matchValue(Function<V,Boolean> valueMatchQuery)
Find the Key for a given value.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
List<K> matchValue(Function<V,Boolean> valueMatchQuery)
valueMatchQuery
- as Function that returns true on match or else false. null is an ExceptionCopyright © 2018. All rights reserved.