public class TraLinkedList.NodeIteratorWrapper extends java.lang.Object implements java.lang.Iterable<ListNode<E>>
Constructor and Description |
---|
NodeIteratorWrapper() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ListNode<E>> |
iterator() |