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.MutableKeys<K,V>, Keys.MutableValues<K,V>| Modifier and Type | Method and Description |
|---|---|
V |
delete(String aKey)
Removes an element identified by the given key.
|
containsKey, containsValue, get, keySet, use, valuesCopyright © 2017. All rights reserved.