Uses of Interface
com.google.common.collect.MapMakerInternalMap.StrongValueEntry
-
Packages that use MapMakerInternalMap.StrongValueEntry Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of MapMakerInternalMap.StrongValueEntry in com.google.common.collect
Classes in com.google.common.collect that implement MapMakerInternalMap.StrongValueEntry 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.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.
-