An immutable range of objects from a minimum to maximum point inclusive.
The objects need to either be implementations of {@code Comparable}or you need to supply a {@code Comparator}.
#ThreadSafe# if the objects and comparator are thread-safe
@since 3.0 @version $Id: Range.java 1147537 2011-07-17 06:10:37Z mbenson $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|