public class Range extends Object
private int
from
step
to
Range()
Range(int from, int to, int step)
int
getFrom()
getStep()
getTo()
void
setFrom(int from)
setStep(int step)
setTo(int to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private int from
private int to
private int step
public Range()
public Range(int from, int to, int step)
public void setFrom(int from)
public int getFrom()
public void setTo(int to)
public int getTo()
public void setStep(int step)
public int getStep()