org.globus.cog.util.graph
Class EdgeItr
java.lang.Object
org.globus.cog.util.graph.EdgeItr
- All Implemented Interfaces:
- EdgeIterator, Iterator
- public class EdgeItr
- extends Object
- implements EdgeIterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdgeItr
protected EdgeItr()
EdgeItr
protected EdgeItr(Iterator i)
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