Interface ImmutableTable.MutableTable<K,V>
- Type Parameters:
K- The type of the keys.V- The type of a value relating to a key.
- All Superinterfaces:
Clearable, Containable, EmptyAccessor, ImmutableTable<K,V>, Keys<K, V>, Keys.MutableKeys<K, V>, Keys.MutableValues<K, V>, Map<K, V>
- All Known Subinterfaces:
CanonicalTable, ClassStructTable, ImmutableCanonicalTable.MutableCanonicalTable, ImmutableClassStructTable.MutableClassStructTable, ImmutableInterOperableTable.MutableInterOperableTable<T>, ImmutablePathTable.MutablePathTable<T>, ImmutableSimpleTypeTable.MutableSimpleTypeTable, InterOperableTable<T>, PathTable<T>, SimpleTypeTable, Table<K,V, B>
- All Known Implementing Classes:
MapCanonicalTable, MapClassStructTable, MapPathTable, MapSimpleTypeTable
- Enclosing interface:
ImmutableTable<K,V>
public static interface ImmutableTable.MutableTable<K,V>
extends ImmutableTable<K,V>, Keys.MutableValues<K,V>, Map<K,V>
The
ImmutableTable.MutableTable type extends the ImmutableTable type
with mutable (writable) functionality and provides mutator methods such
as Keys.MutableValues.put(Object, Object) and delete(String) methods.-
Nested Class Summary
Nested classes/interfaces inherited from interface EmptyAccessor
EmptyAccessor.EmptyBuilder<B>, EmptyAccessor.EmptyMutator, EmptyAccessor.EmptyPropertyNested classes/interfaces inherited from interface ImmutableTable
ImmutableTable.MutableTable<K,V> Nested classes/interfaces inherited from interface Keys
Keys.MutableKeys<K,V>, Keys.MutableValues<K, V> -
Method Summary
Methods inherited from interface Containable
sizeMethods inherited from interface EmptyAccessor
isEmptyMethods inherited from interface Keys
containsKey, containsValue, get, getOr, keySet, valuesMethods inherited from interface Keys.MutableValues
putMethods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
put
-
delete
-