roast
Class CPIterator

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

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


Constructor Summary
CPIterator(java.util.Vector domainVector)
           
 
Method Summary
 boolean hasNext()
           
static void main(java.lang.String[] args)
           
 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

CPIterator

public CPIterator(java.util.Vector domainVector)
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

main

public static void main(java.lang.String[] args)