public static class ASTIntegerRange.IntegerRange extends AbstractList<Integer>
Modifier and Type | Class and Description |
---|---|
class |
ASTIntegerRange.IntegerRange.RangeIterator |
modCount
Constructor and Description |
---|
IntegerRange(int left,
int right,
int delta) |
Modifier and Type | Method and Description |
---|---|
Integer |
get(int index) |
int |
indexOf(Object o) |
Iterator<Integer> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<Integer> |
listIterator() |
ListIterator<Integer> |
listIterator(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, 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 indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf
in interface List<Integer>
lastIndexOf
in class AbstractList<Integer>
public ListIterator<Integer> listIterator()
listIterator
in interface List<Integer>
listIterator
in class AbstractList<Integer>
public ListIterator<Integer> listIterator(int index)
listIterator
in interface List<Integer>
listIterator
in class AbstractList<Integer>
public int size()
size
in interface Collection<Integer>
size
in interface List<Integer>
size
in class AbstractCollection<Integer>
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.