public class Range<C extends Comparable<? super C>> extends Object
public Range(C min, C max)
min
- the minimum value of the domain.max
- the maximum value of the domain.IllegalArgumentException
- if min >= max
NullPointerException
- if one of the arguments is null
.© 2007-2014 Franz Wilhelmstötter (2014-03-07 19:35)