Interface GrowablePriorityLongPairQueue.LongPairPredicate

Enclosing class:
GrowablePriorityLongPairQueue

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

    Modifier and Type
    Method
    Description
    boolean
    test(long v1, long v2)
     
  • Method Details

    • test

      boolean test(long v1, long v2)