Uses of Class
gw.util.concurrent.ConcurrentWeakHashMap.HashEntry
-
Packages that use ConcurrentWeakHashMap.HashEntry Package Description gw.util.concurrent -
-
Uses of ConcurrentWeakHashMap.HashEntry in gw.util.concurrent
Fields in gw.util.concurrent declared as ConcurrentWeakHashMap.HashEntry Modifier and Type Field Description (package private) ConcurrentWeakHashMap.HashEntry<K,V>[]ConcurrentWeakHashMap.HashIterator. currentTable(package private) ConcurrentWeakHashMap.HashEntry<K,V>ConcurrentWeakHashMap.HashIterator. lastReturned(package private) ConcurrentWeakHashMap.HashEntry<K,V>ConcurrentWeakHashMap.HashEntry. next(package private) ConcurrentWeakHashMap.HashEntry<K,V>ConcurrentWeakHashMap.HashIterator. nextEntry(package private) ConcurrentWeakHashMap.HashEntry<K,V>[]ConcurrentWeakHashMap.Segment. tableThe per-segment table.Methods in gw.util.concurrent that return ConcurrentWeakHashMap.HashEntry Modifier and Type Method Description (package private) ConcurrentWeakHashMap.HashEntry<K,V>ConcurrentWeakHashMap.Segment. getFirst(int hash)Returns properly casted first entry of bin for given hash.(package private) static <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.HashEntry Modifier and Type Method Description (package private) VConcurrentWeakHashMap.Segment. readValueUnderLock(ConcurrentWeakHashMap.HashEntry<K,V> e)Reads value field of an entry under lock.(package private) voidConcurrentWeakHashMap.Segment. setTable(ConcurrentWeakHashMap.HashEntry<K,V>[] newTable)Sets table to new HashEntry array.Constructors in gw.util.concurrent with parameters of type ConcurrentWeakHashMap.HashEntry Constructor Description HashEntry(K key, int hash, ConcurrentWeakHashMap.HashEntry<K,V> next, V value, java.lang.ref.ReferenceQueue<K> refQueue)
-