Interface LongPairSet.LongPairPredicate

  • Enclosing interface:
    LongPairSet

    public static interface LongPairSet.LongPairPredicate
    Predicate to checks for a key-value pair where both of them have long types.
    • Method Detail

      • test

        boolean test​(long v1,
                     long v2)