K - The type of the key.V - The type of the value which relates to a key.public static interface Keys.MutableValues<K,V> extends Keys.MutableKeys<K,V>
Keys interface.Keys.MutableKeys<K,V>, Keys.MutableValues<K,V>| Modifier and Type | Method and Description |
|---|---|
V |
put(K aKey,
V aValue)
Puts an element identified by the given key.
|
deletecontainsKey, containsValue, get, keySet, use, valuesCopyright © 2017. All rights reserved.