protected class CoGroupRawDriver.SimpleIterable.SimpleIterator<IN> extends Object implements Iterator<IN>
Constructor and Description |
---|
SimpleIterator(IN reuse,
MutableObjectIterator<IN> iterator) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
IN |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public SimpleIterator(IN reuse, MutableObjectIterator<IN> iterator)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.