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