Interface Keys.MutableValues<K,V>
- Type Parameters:
K- The type of the key.V- The type of the value which relates to a key.
- All Superinterfaces:
Clearable, Keys<K,V>, Keys.MutableKeys<K, V>
- All Known Subinterfaces:
CanonicalTable, ClassStructTable, ImmutableCanonicalTable.MutableCanonicalTable, ImmutableClassStructTable.MutableClassStructTable, ImmutableInterOperableTable.MutableInterOperableTable<T>, ImmutablePathTable.MutablePathTable<T>, ImmutableSimpleTypeTable.MutableSimpleTypeTable, ImmutableTable.MutableTable<K,V>, InterOperableTable<T>, PathTable<T>, SimpleTypeTable, Table<K, V, B>
- All Known Implementing Classes:
MapCanonicalTable, MapClassStructTable, MapPathTable, MapSimpleTypeTable
Mixin for mutable functionality accompanying the
Keys interface.-
Nested Class Summary
Nested classes/interfaces inherited from interface Keys
Keys.MutableKeys<K,V>, Keys.MutableValues<K, V> -
Method Summary
Methods inherited from interface Keys
containsKey, containsValue, get, getOr, keySet, valuesMethods inherited from interface Keys.MutableKeys
delete
-
Method Details
-
put
-