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