K
- The type of the key.V
- The type of the value which relates to a key.org.refcodes.mixin.Clearable
, Keys<K,V>
, Keys.MutableKeys<K,V>
CanonicalMap.CanonicalMapBuilder
, CanonicalMap.MutableCanonicalMap
, ClassStructMap.ClassStructMapBuilder
, ClassStructMap.MutableClassStructMap
, Dictionary.MutableDictionary<K,V>
, Dictionary.MutableDictionary.DictionaryBuilder<K,V,B>
, InterOperableMap.InterOperableMapBuilder<T>
, InterOperableMap.MutableInterOperableMap<T>
, PathMap.MutablePathMap<T>
, PathMap.PathMapBuilder<T>
, SimpleTypeMap.MutableSimpleTypeMap
, SimpleTypeMap.SimpleTypeMapBuilder
CanonicalMapBuilderImpl
, ClassStructMapBuilderImpl
, PathMapBuilderImpl
, SimpleTypeMapBuilderImpl
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, getOr, keySet, use, values
delete
Copyright © 2021. All rights reserved.