Uses of Class
com.google.common.collect.MapMakerInternalMap.WeakKeyStrongValueSegment
Packages that use MapMakerInternalMap.WeakKeyStrongValueSegment
Package
Description
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
-
Uses of MapMakerInternalMap.WeakKeyStrongValueSegment in com.google.common.collect
Methods in com.google.common.collect that return MapMakerInternalMap.WeakKeyStrongValueSegmentModifier and TypeMethodDescriptionMapMakerInternalMap.WeakKeyStrongValueEntry.Helper.newSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V>, MapMakerInternalMap.WeakKeyStrongValueSegment<K, V>> map, int initialCapacity, int maxSegmentSize) (package private) MapMakerInternalMap.WeakKeyStrongValueSegment<K,
V> MapMakerInternalMap.WeakKeyStrongValueSegment.self()
Methods in com.google.common.collect with parameters of type MapMakerInternalMap.WeakKeyStrongValueSegmentModifier 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.WeakKeyStrongValueSegmentModifier and TypeMethodDescriptionMapMakerInternalMap.WeakKeyStrongValueEntry.Helper.newSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V>, MapMakerInternalMap.WeakKeyStrongValueSegment<K, V>> map, int initialCapacity, int maxSegmentSize) Constructor parameters in com.google.common.collect with type arguments of type MapMakerInternalMap.WeakKeyStrongValueSegmentModifierConstructorDescription(package private)
WeakKeyStrongValueSegment
(MapMakerInternalMap<K, V, MapMakerInternalMap.WeakKeyStrongValueEntry<K, V>, MapMakerInternalMap.WeakKeyStrongValueSegment<K, V>> map, int initialCapacity, int maxSegmentSize)