|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomConcurrentHashMap.Segment | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of CustomConcurrentHashMap.Segment in groovyx.gpars.extra166y |
---|
Fields in groovyx.gpars.extra166y declared as CustomConcurrentHashMap.Segment | |
---|---|
(package private) CustomConcurrentHashMap.Segment[] |
CustomConcurrentHashMap.segments
The segments, each of which acts as a hash table |
Methods in groovyx.gpars.extra166y that return CustomConcurrentHashMap.Segment | |
---|---|
(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 |
Methods in groovyx.gpars.extra166y with parameters of type CustomConcurrentHashMap.Segment | |
---|---|
(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)
|
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |