protected class DoublyLinkedList.DoublyLinkedListIterator extends Object implements Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected ListNode2<T> |
itr |
protected int |
length |
protected DoublyLinkedList<T> |
list |
| Constructor and Description |
|---|
DoublyLinkedList.DoublyLinkedListIterator(DoublyLinkedList<T> list) |
protected DoublyLinkedList<T> list
protected int length
public DoublyLinkedList.DoublyLinkedListIterator(DoublyLinkedList<T> list)
Copyright © 2014. All Rights Reserved.