roast
Class DomainIterator

java.lang.Object
  |
  +--roast.DomainIterator

public class DomainIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
DomainIterator(Domain d0)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainIterator

public DomainIterator(Domain d0)
Method Detail

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException
Specified by:
next in interface java.util.Iterator

hasNext

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

remove

public void remove()
            throws java.lang.UnsupportedOperationException
Specified by:
remove in interface java.util.Iterator