class TupleBag.TupleBagIterator extends java.lang.Object implements java.util.Iterator<Tuple>
(package private) int
index
TupleBag.TupleBagIterator()
boolean
hasNext()
Tuple
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
int index
public boolean hasNext()
hasNext
java.util.Iterator<Tuple>
public Tuple next()
next
public void remove()
remove