接口 LongPairRangeSet.RawRangeProcessor

封闭接口:
LongPairRangeSet<T extends Comparable<T>>

public static interface LongPairRangeSet.RawRangeProcessor
The interface exposing a method for processing raw form of ranges. This method will omit the process to convert (long, long) to `T` create less object during the iteration. the parameter is the same as LongPairRangeSet.RangeProcessor which means (lowerKey,lowerValue) in open bound (upperKey, upperValue) in close bound in Range
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    processRawRange(long lowerKey, long lowerValue, long upperKey, long upperValue)
     
  • 方法详细资料

    • processRawRange

      boolean processRawRange(long lowerKey, long lowerValue, long upperKey, long upperValue)