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