K - The type of the key.V - The type of the value which relates to a key.public static interface Dictionary.MutableDictionary<K,V> extends Dictionary<K,V>, Keys.MutableValues<K,V>
Dictionary with mutable (writable) functionality,
especially by providing Keys.MutableValues.put(Object, Object) and
Keys.MutableKeys.delete(String) methods.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Dictionary.MutableDictionary.DictionaryBuilder<K,V,B extends Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>>
Provides a builder method for a
Relation property returning
the builder for applying multiple build operations. |
Dictionary.MutableDictionary<K,V>Keys.MutableKeys<K,V>, Keys.MutableValues<K,V>| Modifier and Type | Method and Description |
|---|---|
V |
put(Relation<K,V> aRelation)
Adds the given element related to the given key.
|
isEmpty, sizeputdeletecontainsKey, containsValue, get, keySet, use, valuesCopyright © 2017. All rights reserved.