Interface ConcurrentLongLongHashMap.LongLongFunction

Enclosing class:
ConcurrentLongLongHashMap

public static interface ConcurrentLongLongHashMap.LongLongFunction
A Long-Long function.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    apply(long key)
     
  • Method Details

    • apply

      long apply(long key)