Interface ConcurrentLongPairSet.ConsumerLong
-
- Enclosing class:
- ConcurrentLongPairSet
public static interface ConcurrentLongPairSet.ConsumerLongRepresents a function that accepts an object of theLongPairtype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(ConcurrentLongPairSet.LongPair item)
-
-
-
Method Detail
-
accept
void accept(ConcurrentLongPairSet.LongPair item)
-
-