protected class CoGroupRawOperatorBase.SimpleListIterable.SimpleListIterator<IN> extends Object implements Iterator<IN>
| Constructor and Description |
|---|
SimpleListIterator(List<IN> values,
TypeSerializer<IN> serializer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
IN |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SimpleListIterator(List<IN> values, TypeSerializer<IN> serializer)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.