protected class CoGroupRawDriver.SimpleIterable.SimpleIterator<IN> extends Object implements Iterator<IN>
SimpleIterator(IN reuse, org.apache.flink.util.MutableObjectIterator<IN> iterator)
boolean
hasNext()
IN
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SimpleIterator(IN reuse, org.apache.flink.util.MutableObjectIterator<IN> iterator)
public boolean hasNext()
hasNext
Iterator<IN>
public IN next()
next
public void remove()
remove
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.