Package | Description |
---|---|
org.jboss.logmanager |
Modifier and Type | Field and Description |
---|---|
(package private) ConcurrentReferenceHashMap.Segment<K,V>[] |
ConcurrentReferenceHashMap.segments
The segments, each of which is a specialized hash table
|
Modifier and Type | Method and 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
|