Package io.deephaven.web.shared.data
Class Range
java.lang.Object
io.deephaven.web.shared.data.Range
- All Implemented Interfaces:
Comparable<Range>
Describes a contiguous range of at least one item. Equals/hashcode compare both start and end, but comparing Range
instances will compare only by start - the overlap(Range) method should be used to see if two ranges share at least
one item.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
public Range(long first, long last)
-
-
Method Details