Package it.unimi.di.prog2.s15
Class IntRangeClient
java.lang.Object
it.unimi.di.prog2.s15.IntRangeClient
A class to test
IntRange
s.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntRangeClient
private IntRangeClient().
-
-
Method Details
-
main
A method to test theIntRange
class.This methods reads the parameters of an
IntRange
from the lines in the standard input in the formcommand value
, where the command is:F
to set the from value of the range.T
to set the to value of the range.S
to set the step of the range.
- Parameters:
args
- not used.
-