Class IntegerRange

java.lang.Object
com.storedobject.common.Range<Integer>
com.storedobject.common.IntegerRange

public class IntegerRange extends Range<Integer>
Represents a range of integer values with a start point ("from") and an end point ("to"). This class extends the generic Range<T> class and provides implementations for integer-specific behavior of range manipulation. The class is designed to handle ranges of Integer objects and ensures that the values within the range are represented and compared appropriately as integers.
Author:
Syam