Uses of Class
gw.util.concurrent.ConcurrentWeakHashMap.Segment
-
Packages that use ConcurrentWeakHashMap.Segment Package Description gw.util.concurrent -
-
Uses of ConcurrentWeakHashMap.Segment in gw.util.concurrent
Fields in gw.util.concurrent declared as ConcurrentWeakHashMap.Segment Modifier and Type Field Description (package private) ConcurrentWeakHashMap.Segment<K,V>[]ConcurrentWeakHashMap. segmentsThe segments, each of which is a specialized hash tableMethods in gw.util.concurrent that return ConcurrentWeakHashMap.Segment Modifier and Type Method Description (package private) static <K,V>
ConcurrentWeakHashMap.Segment<K,V>[]ConcurrentWeakHashMap.Segment. newArray(int i)(package private) ConcurrentWeakHashMap.Segment<K,V>ConcurrentWeakHashMap. segmentFor(int hash)Returns the segment that should be used for key with given hash
-