Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) CustomConcurrentHashMap.Segment[] |
CustomConcurrentHashMap.segments
The segments, each of which acts as a hash table
|
Modifier and Type | Method and Description |
---|---|
(package private) CustomConcurrentHashMap.Segment |
CustomConcurrentHashMap.getSegmentForAdd(int hash)
Returns the segment for possibly inserting into the table
associated with given hash, constructing it if necessary.
|
(package private) CustomConcurrentHashMap.Segment |
CustomConcurrentHashMap.getSegmentForTraversal(int hash)
Returns the segment for traversing table for key with given hash.
|
Modifier and Type | Method and Description |
---|---|
(package private) CustomConcurrentHashMap.Node |
CustomConcurrentHashMap.findNode(java.lang.Object key,
int hash,
CustomConcurrentHashMap.Segment seg)
Returns node for key, or null if none.
|
(package private) static void |
CustomConcurrentHashMap.storeSegment(CustomConcurrentHashMap.Segment[] segs,
int i,
CustomConcurrentHashMap.Segment s) |
(package private) static void |
CustomConcurrentHashMap.storeSegment(CustomConcurrentHashMap.Segment[] segs,
int i,
CustomConcurrentHashMap.Segment s) |