Interface GrowablePriorityLongPairQueue.LongPairConsumer

Enclosing class:
GrowablePriorityLongPairQueue

public static interface GrowablePriorityLongPairQueue.LongPairConsumer
Represents a function that accepts two long arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(long v1, long v2)
     
  • Method Details

    • accept

      void accept(long v1, long v2)