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.ClearableDictionary<K,V>
|
static interface |
Dictionary.MutableDictionary<K,V>
Extends the
Dictionary with mutable (writable) functionality,
especially by providing #add(Object) and #remove(Object)
methods. |
Keys.ClearableKeys<K,V>, Keys.MutableKeys<K,V>containsKey, get, keySet, valuesisEmpty, sizeCopyright © 2016. All rights reserved.