Interface ConcurrentLongHashMap.EntryProcessor<V>

Type Parameters:
V - type of the value.
Enclosing class:
ConcurrentLongHashMap<V>

public static interface ConcurrentLongHashMap.EntryProcessor<V>
Processor for one key-value entry, where the key is long.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(long key, V value)
     
  • Method Details

    • accept

      void accept(long key, V value)