org.globus.cog.util.graph
Class NodeItr

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

public class NodeItr
extends Object
implements NodeIterator


Constructor Summary
protected NodeItr(Iterator i)
           
 
Method Summary
 boolean hasMoreNodes()
           
 boolean hasNext()
           
 Object next()
           
 Node nextNode()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeItr

protected NodeItr(Iterator i)
Method Detail

hasNext

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

next

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

hasMoreNodes

public boolean hasMoreNodes()
Specified by:
hasMoreNodes in interface NodeIterator

nextNode

public Node nextNode()
Specified by:
nextNode in interface NodeIterator

remove

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