Interface XGettingMap<K,​V>

All Superinterfaces:
CapacityCarrying, Copyable, ExtendedCollection<KeyValue<K,​V>>, ExtendedMap<K,​V>, Iterable<KeyValue<K,​V>>, Sized, XGettingCollection<KeyValue<K,​V>>, XGettingSet<KeyValue<K,​V>>, XIterable<KeyValue<K,​V>>, XJoinable<KeyValue<K,​V>>
All Known Subinterfaces:
XAddGetMap<K,​V>, XBasicTable<K,​V>, XChart<K,​V>, XGettingTable<K,​V>, XImmutableMap<K,​V>, XImmutableTable<K,​V>, XMap<K,​V>, XProcessingMap<K,​V>, XPutGetMap<K,​V>, XTable<K,​V>
All Known Implementing Classes:
ConstHashTable, EmptyTable, EqConstHashTable, EqHashTable, HashTable, LockedGettingMap, LockedMap, MapView, TableView

public interface XGettingMap<K,​V>
extends ExtendedMap<K,​V>, XGettingSet<KeyValue<K,​V>>