Class ASTIntegerRange.IntegerRange
java.lang.Object
java.util.AbstractCollection<Integer>
java.util.AbstractList<Integer>
org.apache.velocity.runtime.parser.node.ASTIntegerRange.IntegerRange
- Enclosing class:
ASTIntegerRange
-
Nested Class Summary
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(int index) int
iterator()
int
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
-
Constructor Details
-
IntegerRange
public IntegerRange(int left, int right, int delta)
-
-
Method Details
-
iterator
-
get
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<Integer>
- Overrides:
lastIndexOf
in classAbstractList<Integer>
-
listIterator
- Specified by:
listIterator
in interfaceList<Integer>
- Overrides:
listIterator
in classAbstractList<Integer>
-
listIterator
- 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>
-