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