Class CoGroupRawOperatorBase.SimpleListIterable.SimpleListIterator<IN>
- java.lang.Object
-
- org.apache.flink.api.common.operators.base.CoGroupRawOperatorBase.SimpleListIterable.SimpleListIterator<IN>
-
- All Implemented Interfaces:
Iterator<IN>
- Enclosing class:
- CoGroupRawOperatorBase.SimpleListIterable<IN>
protected class CoGroupRawOperatorBase.SimpleListIterable.SimpleListIterator<IN> extends Object implements Iterator<IN>
-
-
Constructor Summary
Constructors Constructor Description SimpleListIterator(List<IN> values, TypeSerializer<IN> serializer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()INnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
SimpleListIterator
public SimpleListIterator(List<IN> values, TypeSerializer<IN> serializer)
-
-