Interface ConcurrentLongLongPairHashMap.LongLongPairPredicate
-
- Enclosing class:
- ConcurrentLongLongPairHashMap
public static interface ConcurrentLongLongPairHashMap.LongLongPairPredicate
A Long pair predicate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(long key1, long key2, long value1, long value2)
-