Class Range<T>

java.lang.Object
com.storedobject.common.Range<T>
Type Parameters:
T - the type of the values representing the range boundaries
Direct Known Subclasses:
AbstractPeriod, IntegerRange, LongRange

public abstract class Range<T> extends Object
Represents a generic range of values of type T. This abstract class is intended to be extended by specific range implementations that define behavior for particular types. The range is defined by two endpoints: a starting point ("from") and an ending point ("to").
Author:
Syam