org.asunder.util
Class NodeHandleIterator

java.lang.Object
  extended by org.asunder.util.NodeHandleIterator
All Implemented Interfaces:
java.util.Iterator<NodeHandle>

public class NodeHandleIterator
extends java.lang.Object
implements java.util.Iterator<NodeHandle>

Author:
simms2k

Constructor Summary
NodeHandleIterator(NodeHandleSet handles)
           
 
Method Summary
 int count()
           
 boolean hasNext()
           
 NodeHandle next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeHandleIterator

public NodeHandleIterator(NodeHandleSet handles)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<NodeHandle>

next

public NodeHandle next()
Specified by:
next in interface java.util.Iterator<NodeHandle>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<NodeHandle>

count

public int count()