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 class
MapMakerInternalMap.StrongKeyWeakValueEntry<K,V>
Concrete implementation ofMapMakerInternalMap.InternalEntry
for strong keys and weak values.(package private) static class
MapMakerInternalMap.WeakKeyWeakValueEntry<K,V>
Concrete implementation ofMapMakerInternalMap.InternalEntry
for weak keys and weak values.
-