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 Detail

      • accept

        void accept​(long key,
                    V value)