fi.joensuu.cs.tra
Class TraLinkedList.NodeIteratorWrapper
java.lang.Object
fi.joensuu.cs.tra.TraLinkedList.NodeIteratorWrapper
- All Implemented Interfaces:
- Iterable<ListNode<E>>
- Enclosing class:
- TraLinkedList<E>
public class TraLinkedList.NodeIteratorWrapper
- extends Object
- implements Iterable<ListNode<E>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraLinkedList.NodeIteratorWrapper
public TraLinkedList.NodeIteratorWrapper()
iterator
public Iterator<ListNode<E>> iterator()
- Specified by:
iterator
in interface Iterable<ListNode<E>>