public static class InnerJoin.JoinIterator extends java.lang.Object implements java.util.Iterator<Tuple>
InnerJoin.JoinIterator(JoinerClosure closure)
protected java.util.Iterator
getIterator(int i)
boolean
hasNext()
protected void
init()
Tuple
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InnerJoin.JoinIterator(JoinerClosure closure)
protected void init()
protected java.util.Iterator getIterator(int i)
public final boolean hasNext()
hasNext
java.util.Iterator<Tuple>
public Tuple next()
next
public void remove()
remove