This class is a copy of {@link ObjectRange} optimized for
int
. If you make anychanges to this class, you might consider making parallel changes to {@link ObjectRange}.
@author James Strachan
@version $Revision: 21223 $
IntRange
represents an inclusive range of int
s.
for(int i : new IntRange(10,20)) ...
@see Range
@author Daniel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|