Class Range
java.lang.Object
com.webcodepro.applecommander.util.Range
Represents a range of numbers with helper methods to put them together.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
public Range(int first, int last)
-
-
Method Details
-
getFirst
public int getFirst() -
getLast
public int getLast() -
size
public int size() -
stream
-
toString
-
from
-