接口 ConcurrentReferenceHashMap.Entries<V>
- 封闭类:
- ConcurrentReferenceHashMap<K,
V>
private static interface ConcurrentReferenceHashMap.Entries<V>
Allows a task access to
ConcurrentReferenceHashMap.Segment entries.-
方法概要
-
方法详细资料
-
add
Add a new entry with the specified value.- 参数:
value- the value to add
-