Uses of Class
com.google.common.collect.MapMakerInternalMap.WeakKeyWeakValueSegment
-
Packages that use MapMakerInternalMap.WeakKeyWeakValueSegment Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of MapMakerInternalMap.WeakKeyWeakValueSegment in com.google.common.collect
Methods in com.google.common.collect that return MapMakerInternalMap.WeakKeyWeakValueSegment Modifier and Type Method Description MapMakerInternalMap.WeakKeyWeakValueSegment<K,V>
MapMakerInternalMap.WeakKeyWeakValueEntry.Helper. newSegment(MapMakerInternalMap<K,V,MapMakerInternalMap.WeakKeyWeakValueEntry<K,V>,MapMakerInternalMap.WeakKeyWeakValueSegment<K,V>> map, int initialCapacity, int maxSegmentSize)
(package private) MapMakerInternalMap.WeakKeyWeakValueSegment<K,V>
MapMakerInternalMap.WeakKeyWeakValueSegment. self()
Methods in com.google.common.collect with parameters of type MapMakerInternalMap.WeakKeyWeakValueSegment Modifier and Type Method Description MapMakerInternalMap.WeakKeyWeakValueEntry<K,V>
MapMakerInternalMap.WeakKeyWeakValueEntry.Helper. copy(MapMakerInternalMap.WeakKeyWeakValueSegment<K,V> segment, MapMakerInternalMap.WeakKeyWeakValueEntry<K,V> entry, MapMakerInternalMap.WeakKeyWeakValueEntry<K,V> newNext)
MapMakerInternalMap.WeakKeyWeakValueEntry<K,V>
MapMakerInternalMap.WeakKeyWeakValueEntry.Helper. newEntry(MapMakerInternalMap.WeakKeyWeakValueSegment<K,V> segment, K key, int hash, MapMakerInternalMap.WeakKeyWeakValueEntry<K,V> next)
void
MapMakerInternalMap.WeakKeyWeakValueEntry.Helper. setValue(MapMakerInternalMap.WeakKeyWeakValueSegment<K,V> segment, MapMakerInternalMap.WeakKeyWeakValueEntry<K,V> entry, V value)
Method parameters in com.google.common.collect with type arguments of type MapMakerInternalMap.WeakKeyWeakValueSegment Modifier and Type Method Description MapMakerInternalMap.WeakKeyWeakValueSegment<K,V>
MapMakerInternalMap.WeakKeyWeakValueEntry.Helper. newSegment(MapMakerInternalMap<K,V,MapMakerInternalMap.WeakKeyWeakValueEntry<K,V>,MapMakerInternalMap.WeakKeyWeakValueSegment<K,V>> map, int initialCapacity, int maxSegmentSize)
Constructor parameters in com.google.common.collect with type arguments of type MapMakerInternalMap.WeakKeyWeakValueSegment Constructor Description WeakKeyWeakValueSegment(MapMakerInternalMap<K,V,MapMakerInternalMap.WeakKeyWeakValueEntry<K,V>,MapMakerInternalMap.WeakKeyWeakValueSegment<K,V>> map, int initialCapacity, int maxSegmentSize)
-