K - The type of the key.V - The type of the value which relates to a key.public interface Dictionary<K,V> extends Keys<K,V>, Containable
Dictionary (map) style
class.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Dictionary.MutableDictionary<K,V>
Extends the
Dictionary with mutable (writable) functionality,
especially by providing Keys.MutableValues.put(Object, Object) and
Keys.MutableKeys.delete(String) methods. |
Keys.MutableKeys<K,V>, Keys.MutableValues<K,V>containsKey, containsValue, get, keySet, use, valuesisEmpty, sizeCopyright © 2017. All rights reserved.