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 >= maxNullPointerException - if one of the arguments is null.© 2007-2013 Franz Wilhelmstötter (2013-12-18 20:17)