Class CopyingIterator<E>
- java.lang.Object
-
- org.apache.flink.api.common.functions.util.CopyingIterator<E>
-
-
Constructor Summary
Constructors Constructor Description CopyingIterator(Iterator<E> source, TypeSerializer<E> serializer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Iterator<E>iterator()Enext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
CopyingIterator
public CopyingIterator(Iterator<E> source, TypeSerializer<E> serializer)
-
-