Uses of Class
com.google.common.collect.MapMakerInternalMap.AbstractWeakKeyEntry
-
Packages that use MapMakerInternalMap.AbstractWeakKeyEntry Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of MapMakerInternalMap.AbstractWeakKeyEntry in com.google.common.collect
Subclasses of MapMakerInternalMap.AbstractWeakKeyEntry in com.google.common.collect Modifier and Type Class Description (package private) static class
MapMakerInternalMap.WeakKeyDummyValueEntry<K>
Concrete implementation ofMapMakerInternalMap.InternalEntry
for weak keys andMapMaker.Dummy
values.(package private) static class
MapMakerInternalMap.WeakKeyStrongValueEntry<K,V>
Concrete implementation ofMapMakerInternalMap.InternalEntry
for weak keys and strong values.(package private) static class
MapMakerInternalMap.WeakKeyWeakValueEntry<K,V>
Concrete implementation ofMapMakerInternalMap.InternalEntry
for weak keys and weak values.
-