Uses of Class
org.jboss.util.collection.ConcurrentReferenceHashMap.Segment
-
Packages that use ConcurrentReferenceHashMap.Segment Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of ConcurrentReferenceHashMap.Segment in org.jboss.util.collection
Fields in org.jboss.util.collection 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.util.collection 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
-