roast
Class BdyIterator

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

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


Constructor Summary
BdyIterator(int k, 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

BdyIterator

public BdyIterator(int k,
                   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)