private abstract class ConcurrentReferenceHashMap.Entries
extends java.lang.Object
ConcurrentReferenceHashMap.Segment
entries.Modifier | Constructor and Description |
---|---|
private |
Entries() |
Modifier and Type | Method and Description |
---|---|
abstract void |
add(V value)
Add a new entry with the specified value.
|