Interface ConcurrentLongLongPairHashMap.LongLongPairFunction
-
- Enclosing class:
- ConcurrentLongLongPairHashMap
public static interface ConcurrentLongLongPairHashMap.LongLongPairFunction
A Long pair function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
apply(long key1, long key2)
-