protected static final class ConcurrentHashMap.Segment
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
count
The number of elements in this segment's region.
|
Modifier | Constructor and Description |
---|---|
protected |
Segment() |
Modifier and Type | Method and Description |
---|---|
protected int |
getCount()
Get the count under synch.
|
protected void |
synch()
Force a synchronization
|