public interface KeyValueManager<V>
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
Set<Map.Entry<String,V>> |
entrySet() |
V |
get(Object key) |
Map<String,V> |
getBackedMap()
Get map directly associated with this manager.
|