| Constructor and Description |
|---|
LinkIterator(X from) |
LinkIterator(X from,
X to) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic LinkIterator(X from)
public E next() throws NoSuchElementException
next in interface Iterator<E>NoSuchElementExceptionpublic void remove()
throws IllegalStateException
remove in interface Iterator<E>IllegalStateExceptionCopyright © 2024 Soot OSS. All rights reserved.