Interface MultiRangeQuery.Relatable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean matches​(byte[] packedValue)
      return true if the provided point is inside the range
      PointValues.Relation relate​(byte[] minPackedValue, byte[] maxPackedValue)
      return the relation between this range and the provided range
    • Method Detail

      • matches

        boolean matches​(byte[] packedValue)
        return true if the provided point is inside the range
      • relate

        PointValues.Relation relate​(byte[] minPackedValue,
                                    byte[] maxPackedValue)
        return the relation between this range and the provided range