EDU.oswego.cs.dl.util.concurrent
protected static final class ConcurrentHashMap.Segment extends Object implements Serializable
| Field Summary | |
|---|---|
| protected int | count
The number of elements in this segment's region.
|
| Method Summary | |
|---|---|
| protected int | getCount()
Get the count under synch.
|
| protected void | synch()
Force a synchronization
|