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