Class NodeList.NodeListIterator
java.lang.Object
com.github.javaparser.ast.NodeList.NodeListIterator
- All Implemented Interfaces:
Iterator<N>, ListIterator<N>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
iterator
ListIterator<N extends Node> iterator -
current
-
-
Constructor Details
-
NodeListIterator
-
NodeListIterator
-
-
Method Details
-
hasNext
-
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<N extends Node>
-
previous
- Specified by:
previousin interfaceListIterator<N extends Node>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<N extends Node>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<N extends Node>
-
remove
-
set
- Specified by:
setin interfaceListIterator<N extends Node>
-
add
- Specified by:
addin interfaceListIterator<N extends Node>
-
forEachRemaining
-