| Modifier and Type | Method and Description |
|---|---|
Iterator<Integer> |
iterator() |
static Range |
range(int start,
int end)
Creates a new range with a given start value (inclusive) and end value (exclusive).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static Range range(int start, int end)
IllegalArgumentException - if start is not less than or equal to endCopyright © 2003–2018 Atlassian. All rights reserved.