| java.util.AbstractList groovy.lang.IntRange
IntRange | public class IntRange extends AbstractList implements Range(Code) | | Represents a list of Integer objects from a specified int up to and including
a given and to.
author: James Strachan version: $Revision: 4098 $ |
Constructor Summary | |
public | IntRange(int from, int to) | protected | IntRange(int from, int to, boolean reverse) |
IntRange | public IntRange(int from, int to)(Code) | | |
IntRange | protected IntRange(int from, int to, boolean reverse)(Code) | | |
getFromInt | public int getFromInt()(Code) | | |
getToInt | public int getToInt()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isReverse | public boolean isReverse()(Code) | | |
subList | public List subList(int fromIndex, int toIndex)(Code) | | |
Fields inherited from java.util.AbstractList | protected transient int modCount(Code)(Java Doc)
|
|
|