-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
It would be nice if the IRange<T extends Comparable> interface specified a few more useful methods such as these:
- contains(T value)
- intersects(IRange<T> range) (this already exists elsewhere, but makes more sense as part of a range itself
And perhaps methods to create a new range with a lower start or higher end?