Uses of Class
com.google.common.collect.MapMakerInternalMap.WeakKeyStrongValueSegment
-
Packages that use MapMakerInternalMap.WeakKeyStrongValueSegment Package Description com.google.common.collect 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.WeakKeyStrongValueSegment Modifier and Type Method Description MapMakerInternalMap.WeakKeyStrongValueSegment<K,V>
MapMakerInternalMap.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.WeakKeyStrongValueSegment Modifier and Type Method Description MapMakerInternalMap.WeakKeyStrongValueEntry<K,V>
MapMakerInternalMap.WeakKeyStrongValueEntry.Helper. copy(MapMakerInternalMap.WeakKeyStrongValueSegment<K,V> segment, MapMakerInternalMap.WeakKeyStrongValueEntry<K,V> entry, MapMakerInternalMap.WeakKeyStrongValueEntry<K,V> newNext)
MapMakerInternalMap.WeakKeyStrongValueEntry<K,V>
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.WeakKeyStrongValueSegment Modifier and Type Method Description MapMakerInternalMap.WeakKeyStrongValueSegment<K,V>
MapMakerInternalMap.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.WeakKeyStrongValueSegment Constructor Description WeakKeyStrongValueSegment(MapMakerInternalMap<K,V,MapMakerInternalMap.WeakKeyStrongValueEntry<K,V>,MapMakerInternalMap.WeakKeyStrongValueSegment<K,V>> map, int initialCapacity, int maxSegmentSize)
-