Uses of Class
com.google.common.collect.MapMakerInternalMap.AbstractStrongKeyEntry
-
Packages that use MapMakerInternalMap.AbstractStrongKeyEntry Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of MapMakerInternalMap.AbstractStrongKeyEntry in com.google.common.collect
Subclasses of MapMakerInternalMap.AbstractStrongKeyEntry in com.google.common.collect Modifier and Type Class Description (package private) static classMapMakerInternalMap.StrongKeyDummyValueEntry<K>Concrete implementation ofMapMakerInternalMap.InternalEntryfor strong keys andMapMaker.Dummyvalues.(package private) static classMapMakerInternalMap.StrongKeyStrongValueEntry<K,V>Concrete implementation ofMapMakerInternalMap.InternalEntryfor strong keys and strong values.(package private) static classMapMakerInternalMap.StrongKeyWeakValueEntry<K,V>Concrete implementation ofMapMakerInternalMap.InternalEntryfor strong keys and weak values.
-