protected class DequeSnapshot.LinkSnapshotIterator extends DequeSnapshot.SnapshotIterator implements Iterator<DequeNode.Link<E>>
| Modifier | Constructor and Description |
|---|---|
protected |
LinkSnapshotIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
DequeNode.Link<E> |
next() |
void |
remove() |
hasNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNextpublic DequeNode.Link<E> next()
next in interface Iterator<DequeNode.Link<E>>public void remove()
remove in interface Iterator<DequeNode.Link<E>>public void close()
close in interface AutoCloseableclose in class DequeSnapshot.SnapshotIteratorCopyright © 2020. All rights reserved.