Interface MultiRangeQuery.Range

All Superinterfaces:
MultiRangeQuery.Relatable
Enclosing class:
MultiRangeQuery

private static interface MultiRangeQuery.Range extends MultiRangeQuery.Relatable
A range represents anything with a min/max value that can compute its relation with another range and can compute if a point is inside it
  • Method Details

    • getMinPackedValue

      byte[] getMinPackedValue()
      min value of this range
    • getMaxPackedValue

      byte[] getMaxPackedValue()
      max value of this range