Interface ConcurrentLongLongHashMap.LongLongPredicate
-
- Enclosing class:
- ConcurrentLongLongHashMap
public static interface ConcurrentLongLongHashMap.LongLongPredicate
A Long-Long predicate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(long key, long value)
-