Interface LongPairRangeSet.LongPairConsumer<T>

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

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

    Modifier and Type
    Method
    Description
    apply(long key, long value)
     
  • Method Details

    • apply

      T apply(long key, long value)