fi.joensuu.cs.tra
Class TraLinkedList.ElementIteratorWrapper

java.lang.Object
  extended by fi.joensuu.cs.tra.TraLinkedList.ElementIteratorWrapper
All Implemented Interfaces:
Iterable
Enclosing class:
TraLinkedList<E>

public class TraLinkedList.ElementIteratorWrapper
extends Object
implements Iterable


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

Constructor Detail

TraLinkedList.ElementIteratorWrapper

public TraLinkedList.ElementIteratorWrapper()
Method Detail

iterator

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