Interface XPuttingMap<K,V>
-
- All Superinterfaces:
CapacityCarrying,CapacityExtendable,ExtendedCollection<KeyValue<K,V>>,ExtendedMap<K,V>,Sized,XAddingMap<K,V>
- All Known Subinterfaces:
XBasicTable<K,V>,XChart<K,V>,XMap<K,V>,XPutGetMap<K,V>,XTable<K,V>
- All Known Implementing Classes:
EqHashTable,HashTable,LockedMap
public interface XPuttingMap<K,V> extends XAddingMap<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXPuttingMap.Creator<K,V>
-
Method Summary
-
Methods inherited from interface one.microstream.collections.interfaces.CapacityCarrying
isFull, maximumCapacity, remainingCapacity
-
Methods inherited from interface one.microstream.collections.interfaces.CapacityExtendable
currentCapacity, currentFreeCapacity, ensureCapacity, ensureFreeCapacity
-
Methods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
hasVolatileElements, nullAllowed
-
Methods inherited from interface one.microstream.collections.types.XAddingMap
add, nullKeyAllowed, nullValuesAllowed, set, valueSet
-
-