Class IntegerRange
- java.lang.Object
-
- org.apache.tapestry5.commons.util.IntegerRange
-
-
Constructor Summary
Constructors Constructor Description IntegerRange(int start, int finish)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Returns true if the other object is an IntegerRange with the same start and finish values.int
getFinish()
int
getStart()
int
hashCode()
Iterator<Integer>
iterator()
The main puprose of a range object is to produce an Iterator.String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
IntegerRange
public IntegerRange(int start, int finish)
-
-