K
- The type of the key.V
- The type of the value which relates to a key.Clearable
, Keys<K,V>
, Keys.MutableKeys<K,V>
CanonicalMap.CanonicalMapBuilder
, CanonicalMap.MutableCanonicalMap
, Dictionary.MutableDictionary<K,V>
, Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>
, PathMap.MutablePathMap<T>
, PathMap.PathMapBuilder<T>
, PropertiesAccessorMixin.PropertiesBuilderMixin<T>
, PropertiesAccessorMixin.PropertiesMixin
, PropertiesAccessorMixin.PropertiesMutatorMixin
CanonicalMapBuilderImpl
, PathMapBuilderImpl
public static interface Keys.MutableValues<K,V> extends Keys.MutableKeys<K,V>
Keys
interface.Keys.MutableKeys<K,V>, Keys.MutableValues<K,V>
Modifier and Type | Method | Description |
---|---|---|
V |
put(K aKey,
V aValue) |
Puts an element identified by the given key.
|
containsKey, containsValue, get, get, keySet, use, values
delete
Copyright © 2018. All rights reserved.