|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.pipe.joiner.InnerJoin.JoinIterator
public static class InnerJoin.JoinIterator
Constructor Summary | |
---|---|
InnerJoin.JoinIterator(JoinerClosure closure)
|
Method Summary | |
---|---|
protected java.util.Iterator |
getIterator(int i)
|
boolean |
hasNext()
|
protected void |
init()
|
Tuple |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InnerJoin.JoinIterator(JoinerClosure closure)
Method Detail |
---|
protected void init()
protected java.util.Iterator getIterator(int i)
public final boolean hasNext()
hasNext
in interface java.util.Iterator<Tuple>
public Tuple next()
next
in interface java.util.Iterator<Tuple>
public void remove()
remove
in interface java.util.Iterator<Tuple>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |