Interface LongPairRangeSet.LongPairConsumer<T>

  • Type Parameters:
    T - the type of the result.
    Enclosing interface:
    LongPairRangeSet<T extends java.lang.Comparable<T>>

    public static interface LongPairRangeSet.LongPairConsumer<T>
    Represents a function that accepts two long arguments and produces a result.
    • Method Detail

      • apply

        T apply​(long key,
                long value)