K - The type of the key.V - The type of the value which relates to a key.public static interface Keys.MutableKeys<K,V> extends Keys<K,V>, Clearable
Keys interface.Keys.ClearableKeys<K,V>, Keys.MutableKeys<K,V>| Modifier and Type | Method and Description |
|---|---|
V |
removeByKey(K aKey)
Removes an element identified by the given key.
|
containsKey, get, keySet, valuesCopyright © 2017. All rights reserved.