Uses of Class
gw.util.concurrent.ConcurrentWeakHashMap.HashEntry
Packages that use ConcurrentWeakHashMap.HashEntry
-
Uses of ConcurrentWeakHashMap.HashEntry in gw.util.concurrent
Fields in gw.util.concurrent declared as ConcurrentWeakHashMap.HashEntryModifier and TypeFieldDescription(package private) ConcurrentWeakHashMap.HashEntry<K,
V>[] ConcurrentWeakHashMap.HashIterator.currentTable
(package private) ConcurrentWeakHashMap.HashEntry<K,
V> ConcurrentWeakHashMap.HashIterator.lastReturned
(package private) final ConcurrentWeakHashMap.HashEntry<K,
V> ConcurrentWeakHashMap.HashEntry.next
(package private) ConcurrentWeakHashMap.HashEntry<K,
V> ConcurrentWeakHashMap.HashIterator.nextEntry
(package private) ConcurrentWeakHashMap.HashEntry<K,
V>[] ConcurrentWeakHashMap.Segment.table
The per-segment table.Methods in gw.util.concurrent that return ConcurrentWeakHashMap.HashEntryModifier and TypeMethodDescription(package private) ConcurrentWeakHashMap.HashEntry<K,
V> ConcurrentWeakHashMap.Segment.getFirst
(int hash) Returns properly casted first entry of bin for given hash.(package private) static final <K,
V> ConcurrentWeakHashMap.HashEntry<K, V>[] ConcurrentWeakHashMap.HashEntry.newArray
(int i) (package private) ConcurrentWeakHashMap.HashEntry<K,
V> ConcurrentWeakHashMap.HashIterator.nextEntry()
Methods in gw.util.concurrent with parameters of type ConcurrentWeakHashMap.HashEntryModifier and TypeMethodDescription(package private) V
ConcurrentWeakHashMap.Segment.readValueUnderLock
(ConcurrentWeakHashMap.HashEntry<K, V> e) Reads value field of an entry under lock.(package private) void
ConcurrentWeakHashMap.Segment.setTable
(ConcurrentWeakHashMap.HashEntry<K, V>[] newTable) Sets table to new HashEntry array.Constructors in gw.util.concurrent with parameters of type ConcurrentWeakHashMap.HashEntryModifierConstructorDescription(package private)
HashEntry
(K key, int hash, ConcurrentWeakHashMap.HashEntry<K, V> next, V value, ReferenceQueue<K> refQueue)