接口 ConcurrentLongHashMap.EntryProcessor<V>

类型参数:
V - type of the value.
封闭类:
ConcurrentLongHashMap<V>

public static interface ConcurrentLongHashMap.EntryProcessor<V>
Processor for one key-value entry, where the key is long.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    accept(long key, V value)
     
  • 方法详细资料

    • accept

      void accept(long key, V value)