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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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.