Range
represents an immutable range of numbers of the same type.
The objects need to either be implementations of java.lang.Comparable
or you need to supply a java.util.Comparator
.
#ThreadSafe#
@author Apache Software Foundation @since 3.0 @version $Id: Range.java 967237 2010-07-23 20:08:57Z mbenson $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|