Interface ConcurrentLongLongPairHashMap.LongLongPairFunction

Enclosing class:
ConcurrentLongLongPairHashMap

public static interface ConcurrentLongLongPairHashMap.LongLongPairFunction
A Long pair function.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    apply(long key1, long key2)
     
  • Method Details

    • apply

      long apply(long key1, long key2)