lukaseder opened this issue 6 years ago · 0 comments
The current Range implementation has inclusive lower and upper bounds. This is currently not reflected in the Javadoc.
Range
Also, parameter names could be changed to lowerInclusive and upperInclusive, instead of t1, and t2 (see also #273)
lowerInclusive
upperInclusive
t1
t2