接口 LongPairSet.LongPairPredicate

封闭接口:
LongPairSet

public static interface LongPairSet.LongPairPredicate
Predicate to checks for a key-value pair where both of them have long types.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    test(long v1, long v2)
     
  • 方法详细资料

    • test

      boolean test(long v1, long v2)