Interface ConcurrentLongLongPairHashMap.BiConsumerLongPair
-
- Enclosing class:
- ConcurrentLongLongPairHashMap
public static interface ConcurrentLongLongPairHashMap.BiConsumerLongPair
A BiConsumer Long pair.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(long key1, long key2, long value1, long value2)
-