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