接口 ConcurrentReferenceHashMap.Entries<V>

封闭类:
ConcurrentReferenceHashMap<K,V>

private static interface ConcurrentReferenceHashMap.Entries<V>
Allows a task access to ConcurrentReferenceHashMap.Segment entries.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    add(V value)
    Add a new entry with the specified value.
  • 方法详细资料

    • add

      void add(@Nullable V value)
      Add a new entry with the specified value.
      参数:
      value - the value to add