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 classMapMakerInternalMap.WeakKeyDummyValueEntry<K>Concrete implementation ofMapMakerInternalMap.InternalEntryfor weak keys andMapMaker.Dummyvalues.(package private) static classMapMakerInternalMap.WeakKeyStrongValueEntry<K,V>Concrete implementation ofMapMakerInternalMap.InternalEntryfor weak keys and strong values.(package private) static classMapMakerInternalMap.WeakKeyWeakValueEntry<K,V>Concrete implementation ofMapMakerInternalMap.InternalEntryfor weak keys and weak values.
-