Uses of Class
org.datanucleus.util.ConcurrentReferenceHashMap.Segment
Packages that use ConcurrentReferenceHashMap.Segment
Package
Description
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.SegmentModifier and TypeFieldDescription(package private) final ConcurrentReferenceHashMap.Segment<K,
V>[] ConcurrentReferenceHashMap.segments
The segments, each of which is a specialized hash tableMethods in org.datanucleus.util 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