final class ConcurrentLinkedDeque.CLDIterator
extends java.lang.Object
implements java.util.Iterator<E>
| Modifier and Type | Field and Description |
|---|---|
(package private) ConcurrentLinkedDeque.Node<E> |
last |
(package private) ConcurrentLinkedDeque.Node<E> |
next |
| Constructor and Description |
|---|
CLDIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
ConcurrentLinkedDeque.Node<E> last
ConcurrentLinkedDeque.Node<E> next