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