Class ASTIntegerRange.IntegerRange
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<Integer>
-
- org.apache.velocity.runtime.parser.node.ASTIntegerRange.IntegerRange
-
- Enclosing class:
- ASTIntegerRange
public static class ASTIntegerRange.IntegerRange extends AbstractList<Integer>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ASTIntegerRange.IntegerRange.RangeIterator
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description IntegerRange(int left, int right, int delta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
-
-
-
Method Detail
-
get
public Integer get(int index)
-
indexOf
public int indexOf(Object o)
-
lastIndexOf
public int lastIndexOf(Object o)
- Specified by:
lastIndexOf
in interfaceList<Integer>
- Overrides:
lastIndexOf
in classAbstractList<Integer>
-
listIterator
public ListIterator<Integer> listIterator()
- Specified by:
listIterator
in interfaceList<Integer>
- Overrides:
listIterator
in classAbstractList<Integer>
-
listIterator
public ListIterator<Integer> listIterator(int index)
- Specified by:
listIterator
in interfaceList<Integer>
- Overrides:
listIterator
in classAbstractList<Integer>
-
size
public int size()
- Specified by:
size
in interfaceCollection<Integer>
- Specified by:
size
in interfaceList<Integer>
- Specified by:
size
in classAbstractCollection<Integer>
-
-