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