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 classASTIntegerRange.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 Integerget(int index)intindexOf(Object o)Iterator<Integer>iterator()intlastIndexOf(Object o)ListIterator<Integer>listIterator()ListIterator<Integer>listIterator(int index)intsize()-
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:
lastIndexOfin interfaceList<Integer>- Overrides:
lastIndexOfin classAbstractList<Integer>
-
listIterator
public ListIterator<Integer> listIterator()
- Specified by:
listIteratorin interfaceList<Integer>- Overrides:
listIteratorin classAbstractList<Integer>
-
listIterator
public ListIterator<Integer> listIterator(int index)
- Specified by:
listIteratorin interfaceList<Integer>- Overrides:
listIteratorin classAbstractList<Integer>
-
size
public int size()
- Specified by:
sizein interfaceCollection<Integer>- Specified by:
sizein interfaceList<Integer>- Specified by:
sizein classAbstractCollection<Integer>
-
-