Interface ConcurrentLongHashMap.EntryProcessor<V>
-
- Enclosing class:
- ConcurrentLongHashMap<V>
public static interface ConcurrentLongHashMap.EntryProcessor<V>
An entry processor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(long key, V value)
-
-
-
Method Detail
-
accept
void accept(long key, V value)
-
-