Class NumericIntervalBucketUtil.Interval
java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.buckets.segmentation.content.NumericIntervalBucketUtil.Interval
- Enclosing class:
- NumericIntervalBucketUtil
Represents an integer interval. Like in the case of numeric buckets, the upper boundary is EXCLUSIVE.
-
Field Details
-
from
public final int fromStart of the interval (inclusive). -
to
public final int toEnd of the interval (exclusive).
-
-
Method Details
-
of
-
getSize
public int getSize()
-