Package org.rspeer.commons.math
Class Range
java.lang.Object
org.rspeer.commons.math.Range
A numeric range, only the minimum and maximum values are provided.
-
Method Summary
-
Method Details
-
ordered
-
of
-
map
-
minimum
public int minimum() -
maximum
public int maximum() -
within
public boolean within(int value) -
random
public int random() -
fill
public int[] fill() -
each
-