| Constructor and Description |
|---|
LinkIterator(X item) |
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 item)
public E next() throws NoSuchElementException
next in interface Iterator<E>NoSuchElementExceptionpublic void remove()
throws IllegalStateException
remove in interface Iterator<E>IllegalStateExceptionCopyright © 2020 Soot OSS. All rights reserved.