接口 LongPairRangeSet.LongPairConsumer<T>

类型参数:
T - the type of the result.
封闭接口:
LongPairRangeSet<T extends Comparable<T>>

public static interface LongPairRangeSet.LongPairConsumer<T>
Represents a function that accepts two long arguments and produces a result.
  • 方法概要

    修饰符和类型
    方法
    说明
    apply(long key, long value)
     
  • 方法详细资料

    • apply

      T apply(long key, long value)