Uses of Class
org.datanucleus.util.ConcurrentReferenceHashMap.Segment
-
Packages that use ConcurrentReferenceHashMap.Segment Package Description org.datanucleus.util Provides utility classes used in the implementation that don't fit in a particular functional part of the system. -
-
Uses of ConcurrentReferenceHashMap.Segment in org.datanucleus.util
Fields in org.datanucleus.util 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.datanucleus.util 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
-