|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentHashMap.Segment | |
|---|---|
| org.compass.core.util.backport.java.util.concurrent | Utility classes commonly useful in concurrent programming. |
| Uses of ConcurrentHashMap.Segment in org.compass.core.util.backport.java.util.concurrent |
|---|
| Fields in org.compass.core.util.backport.java.util.concurrent declared as ConcurrentHashMap.Segment | |
|---|---|
(package private) ConcurrentHashMap.Segment[] |
ConcurrentHashMap.segments
The segments, each of which is a specialized hash table |
| Methods in org.compass.core.util.backport.java.util.concurrent that return ConcurrentHashMap.Segment | |
|---|---|
(package private) static ConcurrentHashMap.Segment[] |
ConcurrentHashMap.Segment.newArray(int i)
|
(package private) ConcurrentHashMap.Segment |
ConcurrentHashMap.segmentFor(int hash)
Returns the segment that should be used for key with given hash |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||