Interface ConcurrentLongLongPairHashMap.LongLongPairPredicate

Enclosing class:
ConcurrentLongLongPairHashMap

public static interface ConcurrentLongLongPairHashMap.LongLongPairPredicate
A Long pair predicate.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(long key1, long key2, long value1, long value2)
     
  • Method Details

    • test

      boolean test(long key1, long key2, long value1, long value2)