Interface XRemovingMap<K,V>
-
- All Superinterfaces:
Clearable,ConsolidatableCollection,ExtendedCollection<KeyValue<K,V>>,ExtendedMap<K,V>,OptimizableCollection,Truncateable
- All Known Subinterfaces:
XBasicTable<K,V>,XChart<K,V>,XMap<K,V>,XProcessingMap<K,V>,XTable<K,V>
- All Known Implementing Classes:
EqHashTable,HashTable,LockedMap
public interface XRemovingMap<K,V> extends Truncateable, OptimizableCollection, ConsolidatableCollection, ExtendedMap<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXRemovingMap.Factory<K,V>-
Nested classes/interfaces inherited from interface one.microstream.collections.interfaces.ExtendedCollection
ExtendedCollection.Creator<E,C extends ExtendedCollection<E>>
-
-
Method Summary
-
Methods inherited from interface one.microstream.collections.interfaces.ConsolidatableCollection
consolidate
-
Methods inherited from interface one.microstream.collections.interfaces.ExtendedCollection
hasVolatileElements, nullAllowed
-
Methods inherited from interface one.microstream.collections.interfaces.OptimizableCollection
optimize
-
Methods inherited from interface one.microstream.collections.interfaces.Truncateable
truncate
-
-