Interface ConcurrentLongPairSet.LongPairConsumer
-
- Enclosing class:
- ConcurrentLongPairSet
public static interface ConcurrentLongPairSet.LongPairConsumerRepresents a function that accepts two long arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(long v1, long v2)
-