Uses of Class
com.google.common.collect.MapMakerInternalMap.WeakKeyStrongValueEntry
-
Packages that use MapMakerInternalMap.WeakKeyStrongValueEntry Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of MapMakerInternalMap.WeakKeyStrongValueEntry in com.google.common.collect
Method parameters in com.google.common.collect with type arguments of type MapMakerInternalMap.WeakKeyStrongValueEntry 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)
Constructors in com.google.common.collect with parameters of type MapMakerInternalMap.WeakKeyStrongValueEntry Constructor Description WeakKeyStrongValueEntry(java.lang.ref.ReferenceQueue<K> queue, K key, int hash, MapMakerInternalMap.WeakKeyStrongValueEntry<K,V> next)
Constructor parameters in com.google.common.collect with type arguments of type MapMakerInternalMap.WeakKeyStrongValueEntry Constructor Description WeakKeyStrongValueSegment(MapMakerInternalMap<K,V,MapMakerInternalMap.WeakKeyStrongValueEntry<K,V>,MapMakerInternalMap.WeakKeyStrongValueSegment<K,V>> map, int initialCapacity, int maxSegmentSize)
-