Interface ConcurrentLongLongHashMap.LongLongPredicate

Enclosing class:
ConcurrentLongLongHashMap

public static interface ConcurrentLongLongHashMap.LongLongPredicate
A Long-Long predicate.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(long key, long value)
     
  • Method Details

    • test

      boolean test(long key, long value)