Uses of Class
com.google.common.collect.MapMakerInternalMap.WeakKeyStrongValueEntry
Packages that use MapMakerInternalMap.WeakKeyStrongValueEntry
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of MapMakerInternalMap.WeakKeyStrongValueEntry in com.google.common.collect
Methods in com.google.common.collect that return MapMakerInternalMap.WeakKeyStrongValueEntryModifier and TypeMethodDescriptionMapMakerInternalMap.WeakKeyStrongValueSegment.castForTesting
(MapMakerInternalMap.InternalEntry<K, V, ?> entry) (package private) MapMakerInternalMap.WeakKeyStrongValueEntry<K,
V> MapMakerInternalMap.WeakKeyStrongValueEntry.copy
(ReferenceQueue<K> queueForKeys, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> newNext) MapMakerInternalMap.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) Methods in com.google.common.collect with parameters of type MapMakerInternalMap.WeakKeyStrongValueEntryModifier and TypeMethodDescription(package private) MapMakerInternalMap.WeakKeyStrongValueEntry<K,
V> MapMakerInternalMap.WeakKeyStrongValueEntry.copy
(ReferenceQueue<K> queueForKeys, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V> newNext) MapMakerInternalMap.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, int maxSegmentSize) Constructors in com.google.common.collect with parameters of type MapMakerInternalMap.WeakKeyStrongValueEntryModifierConstructorDescription(package private)
WeakKeyStrongValueEntry
(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, int maxSegmentSize)