Uses of Class
org.apache.commons.collections4.map.ConcurrentReferenceHashMap.Segment
Packages that use ConcurrentReferenceHashMap.Segment
Package
Description
-
Uses of ConcurrentReferenceHashMap.Segment in org.apache.commons.collections4.map
Fields in org.apache.commons.collections4.map declared as ConcurrentReferenceHashMap.SegmentModifier and TypeFieldDescriptionprivate final ConcurrentReferenceHashMap.Segment<K,V>[] ConcurrentReferenceHashMap.segmentsThe segments, each of which is a specialized hash tableMethods in org.apache.commons.collections4.map that return ConcurrentReferenceHashMap.SegmentModifier and TypeMethodDescription(package private) static <K,V> ConcurrentReferenceHashMap.Segment<K, V>[] ConcurrentReferenceHashMap.Segment.newArray(int i) private ConcurrentReferenceHashMap.Segment<K, V> ConcurrentReferenceHashMap.segmentFor(int hash) Returns the segment that should be used for key with given hash