Class LongRange

java.lang.Object
com.storedobject.common.Range<Long>
com.storedobject.common.LongRange

public class LongRange extends Range<Long>
Represents a range of long values, defined by a starting (inclusive) and ending (inclusive) boundary. This class extends the generic Range<Long> and provides specific implementations for behavior associated with long numeric values.
Author:
Syam