public class Range extends ArrayList<Integer>
Modifier and Type | Field and Description |
---|---|
int |
end |
int |
increment |
private static long |
serialVersionUID |
int |
start |
int[] |
values |
modCount
Constructor and Description |
---|
Range() |
Range(int start,
int end) |
Range(int start,
int end,
int increment) |
Range(String range) |
Range(String range,
int increment) |
Modifier and Type | Method and Description |
---|---|
void |
each(Function<Integer> function) |
Range |
reverse() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
private static final long serialVersionUID
public int start
public int end
public int increment
public int[] values