Class MapMakerInternalMap.StrongKeyStrongValueSegment<K,V>

All Implemented Interfaces:
Serializable, Lock
Enclosing class:
MapMakerInternalMap<K,V,E extends MapMakerInternalMap.InternalEntry<K,V,E>,S extends MapMakerInternalMap.Segment<K,V,E,S>>

static final class MapMakerInternalMap.StrongKeyStrongValueSegment<K,V> extends MapMakerInternalMap.Segment<K,V,MapMakerInternalMap.StrongKeyStrongValueEntry<K,V>,MapMakerInternalMap.StrongKeyStrongValueSegment<K,V>>
Concrete implementation of MapMakerInternalMap.Segment for strong keys and strong values.