Class NumericIntervalBucketUtil.Interval

  • Enclosing class:
    NumericIntervalBucketUtil

    public static class NumericIntervalBucketUtil.Interval
    extends Object
    Represents an integer interval. Like in the case of numeric buckets, the upper boundary is EXCLUSIVE.
    • Field Detail

      • from

        public final int from
        Start of the interval (inclusive).
      • to

        public final int to
        End of the interval (exclusive).