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
Nested Classes -
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int index) intiterator()intlistIterator(int index) intsize()Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods 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:
lastIndexOfin interfaceList<Integer>- Overrides:
lastIndexOfin classAbstractList<Integer>
-
listIterator
- Specified by:
listIteratorin interfaceList<Integer>- Overrides:
listIteratorin classAbstractList<Integer>
-
listIterator
- 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>
-