Class NodeListIterator
java.lang.Object
org.miaixz.bus.core.center.iterator.NodeListIterator
- All Implemented Interfaces:
Iterator<Node>,ResettableIterator<Node>
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()ThrowsUnsupportedOperationException.- Specified by:
removein interfaceIterator<Node>- Throws:
UnsupportedOperationException- always
-
reset
public void reset()Description copied from interface:ResettableIterator重置,重置后可重新遍历- Specified by:
resetin interfaceResettableIterator<Node>
-