Interface GrowablePriorityLongPairQueue.LongPairConsumer

  • Enclosing class:
    GrowablePriorityLongPairQueue

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

      • accept

        void accept​(long v1,
                    long v2)