fi.joensuu.cs.tra
Class TraLinkedList.NodeIteratorWrapper

java.lang.Object
  extended by 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>>


Constructor Summary
TraLinkedList.NodeIteratorWrapper()
           
 
Method Summary
 Iterator<ListNode<E>> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraLinkedList.NodeIteratorWrapper

public TraLinkedList.NodeIteratorWrapper()
Method Detail

iterator

public Iterator<ListNode<E>> iterator()
Specified by:
iterator in interface Iterable<ListNode<E>>