fi.joensuu.cs.tra
Class AbstractGraph.EdgeIteratorWrapper

java.lang.Object
  extended by fi.joensuu.cs.tra.AbstractGraph.EdgeIteratorWrapper
All Implemented Interfaces:
Iterable<Edge>
Enclosing class:
AbstractGraph

public class AbstractGraph.EdgeIteratorWrapper
extends Object
implements Iterable<Edge>


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

Constructor Detail

AbstractGraph.EdgeIteratorWrapper

public AbstractGraph.EdgeIteratorWrapper()
Method Detail

iterator

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