org.globus.cog.util.graph
Class EdgeItr

java.lang.Object
  extended byorg.globus.cog.util.graph.EdgeItr
All Implemented Interfaces:
EdgeIterator, Iterator

public class EdgeItr
extends Object
implements EdgeIterator


Constructor Summary
protected EdgeItr()
           
protected EdgeItr(Iterator i)
           
 
Method Summary
 boolean hasMoreEdges()
           
 boolean hasNext()
           
 Object next()
           
 Edge nextEdge()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeItr

protected EdgeItr()

EdgeItr

protected EdgeItr(Iterator i)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

hasMoreEdges

public boolean hasMoreEdges()
Specified by:
hasMoreEdges in interface EdgeIterator

nextEdge

public Edge nextEdge()
Specified by:
nextEdge in interface EdgeIterator

remove

public void remove()
Specified by:
remove in interface Iterator