public class IloTupleIterator extends java.lang.Object implements java.util.Iterator<IloTuple>
IloTupleIterator(IloTupleSet tupleSet)
boolean
hasNext()
IloTuple
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IloTupleIterator(IloTupleSet tupleSet)
public boolean hasNext()
hasNext
java.util.Iterator<IloTuple>
public IloTuple next()
next
public void remove()
remove