edu.uci.ics.jung.algorithms
Class BFSIterator

java.lang.Object
  extended byedu.uci.ics.jung.algorithms.BFSIterator

public class BFSIterator
extends Object


Constructor Summary
BFSIterator(Vertex start, Graph g)
           
 
Method Summary
 boolean hasNext()
           
 Vertex next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BFSIterator

public BFSIterator(Vertex start,
                   Graph g)
Method Detail

hasNext

public boolean hasNext()

next

public Vertex next()