fi.joensuu.cs.tra
Class Vertex.NeighborIteratorWrapper

java.lang.Object
  extended by fi.joensuu.cs.tra.Vertex.NeighborIteratorWrapper
All Implemented Interfaces:
Iterable<Vertex>
Enclosing class:
Vertex

public class Vertex.NeighborIteratorWrapper
extends Object
implements Iterable<Vertex>


Constructor Summary
Vertex.NeighborIteratorWrapper()
           
 
Method Summary
 Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vertex.NeighborIteratorWrapper

public Vertex.NeighborIteratorWrapper()
Method Detail

iterator

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