Class Difference.ArrayIterator<T>
java.lang.Object
com.github.javaparser.printer.lexicalpreservation.Difference.ArrayIterator<T>
- All Implemented Interfaces:
Iterator<T>, ListIterator<T>
- Enclosing class:
Difference
-
Field Details
-
iterator
ListIterator<T> iterator
-
-
Constructor Details
-
ArrayIterator
-
ArrayIterator
-
-
Method Details
-
hasNext
-
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<T>
-
previous
- Specified by:
previousin interfaceListIterator<T>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<T>
-
index
public int index() -
remove
-
set
- Specified by:
setin interfaceListIterator<T>
-
add
- Specified by:
addin interfaceListIterator<T>
-