Package com.storedobject.common
Class LongRange
-
Constructor Details
-
LongRange
public LongRange()Default constructor for theLongRangeclass. Initializes the range with a starting and ending boundary of 0. This represents an empty range where both boundaries are the same. -
LongRange
-
-
Method Details
-
clone
Description copied from class:RangeCreates a shallow copy of the provided object. This method is used to generate a clone of the specified input object of the same type. -
same
Description copied from class:RangeCompares two objects of type T for equality. -
value
Description copied from class:RangeCalculates a numeric representation of the given data. The implementation currently returns a default value.
-