public class RangeList extends AbstractList<Integer>
modCount| Constructor and Description |
|---|
RangeList(int start,
int stop,
int step) |
RangeList(Object start,
Object stop) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic Integer get(int index)
public int size()
size in interface Collection<Integer>size in interface List<Integer>size in class AbstractCollection<Integer>Copyright © 2006–2018 TinyGroup. All rights reserved.