Interface ConcurrentLongLongHashMap.BiConsumerLong
-
- Enclosing class:
- ConcurrentLongLongHashMap
public static interface ConcurrentLongLongHashMap.BiConsumerLong
A Long-Long BiConsumer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(long key, long value)
-