Interface ExtendedMap<K,V>
-
- All Superinterfaces:
ExtendedCollection<KeyValue<K,V>>
- All Known Subinterfaces:
XAddGetMap<K,V>,XAddingMap<K,V>,XBasicTable<K,V>,XChart<K,V>,XGettingMap<K,V>,XGettingTable<K,V>,XImmutableMap<K,V>,XImmutableTable<K,V>,XMap<K,V>,XProcessingMap<K,V>,XPutGetMap<K,V>,XPuttingMap<K,V>,XRemovingMap<K,V>,XTable<K,V>
- All Known Implementing Classes:
ConstHashTable,EmptyTable,EqConstHashTable,EqHashTable,HashTable,LockedGettingMap,LockedMap,MapView,TableView
public interface ExtendedMap<K,V> extends ExtendedCollection<KeyValue<K,V>>
-
-
Nested Class Summary
-
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.ExtendedCollection
hasVolatileElements, nullAllowed
-
-