org.globus.cog.util.graph
Interface NodeIterator

All Superinterfaces:
Iterator
All Known Implementing Classes:
NodeItr

public interface NodeIterator
extends Iterator


Method Summary
 boolean hasMoreNodes()
           
 Node nextNode()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

hasMoreNodes

public boolean hasMoreNodes()

nextNode

public Node nextNode()