public class BidIterator extends java.lang.Object implements java.util.Iterator<Bid>
protected Domain
fDomain
protected boolean
fInit
protected int
fNumberOfIssues
protected int[]
fValuesIndexes
BidIterator(Domain pDomain)
boolean
hasNext()
Bid
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Domain fDomain
protected int fNumberOfIssues
protected int[] fValuesIndexes
protected boolean fInit
public BidIterator(Domain pDomain)
public boolean hasNext()
hasNext
java.util.Iterator<Bid>
public Bid next()
next
public void remove()
remove