Uses of Class
com.google.common.collect.MapMakerInternalMap.WeakKeyStrongValueEntry
Packages that use MapMakerInternalMap.WeakKeyStrongValueEntry
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MapMakerInternalMap.WeakKeyStrongValueEntry in com.google.common.collect
Subclasses of MapMakerInternalMap.WeakKeyStrongValueEntry in com.google.common.collectModifier and TypeClassDescriptionprivate static final class
Fields in com.google.common.collect declared as MapMakerInternalMap.WeakKeyStrongValueEntryModifier and TypeFieldDescriptionprivate final MapMakerInternalMap.WeakKeyStrongValueEntry
<K, V> MapMakerInternalMap.WeakKeyStrongValueEntry.LinkedWeakKeyStrongValueEntry.next
Methods in com.google.common.collect that return MapMakerInternalMap.WeakKeyStrongValueEntryModifier and TypeMethodDescriptionMapMakerInternalMap.WeakKeyStrongValueSegment.castForTesting
(MapMakerInternalMap.InternalEntry<K, V, ?> entry) MapMakerInternalMap.WeakKeyStrongValueEntry.Helper.copy
(MapMakerInternalMap.WeakKeyStrongValueSegment<K, V> segment, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> entry, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> newNext) MapMakerInternalMap.WeakKeyStrongValueEntry.LinkedWeakKeyStrongValueEntry.getNext()
MapMakerInternalMap.WeakKeyStrongValueEntry.Helper.newEntry
(MapMakerInternalMap.WeakKeyStrongValueSegment<K, V> segment, K key, int hash, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> next) Methods in com.google.common.collect with parameters of type MapMakerInternalMap.WeakKeyStrongValueEntryModifier and TypeMethodDescriptionMapMakerInternalMap.WeakKeyStrongValueEntry.Helper.copy
(MapMakerInternalMap.WeakKeyStrongValueSegment<K, V> segment, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> entry, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> newNext) MapMakerInternalMap.WeakKeyStrongValueEntry.Helper.newEntry
(MapMakerInternalMap.WeakKeyStrongValueSegment<K, V> segment, K key, int hash, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> next) void
MapMakerInternalMap.WeakKeyStrongValueEntry.Helper.setValue
(MapMakerInternalMap.WeakKeyStrongValueSegment<K, V> segment, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> entry, V value) Method parameters in com.google.common.collect with type arguments of type MapMakerInternalMap.WeakKeyStrongValueEntryModifier and TypeMethodDescriptionMapMakerInternalMap.WeakKeyStrongValueEntry.Helper.newSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V>, MapMakerInternalMap.WeakKeyStrongValueSegment<K, V>> map, int initialCapacity) Constructors in com.google.common.collect with parameters of type MapMakerInternalMap.WeakKeyStrongValueEntryModifierConstructorDescriptionprivate
LinkedWeakKeyStrongValueEntry
(ReferenceQueue<K> queue, K key, int hash, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> next) Constructor parameters in com.google.common.collect with type arguments of type MapMakerInternalMap.WeakKeyStrongValueEntryModifierConstructorDescription(package private)
WeakKeyStrongValueSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V>, MapMakerInternalMap.WeakKeyStrongValueSegment<K, V>> map, int initialCapacity)