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