Class RegularToMutableObjectIterator<T>

java.lang.Object
org.apache.flink.runtime.util.RegularToMutableObjectIterator<T>
All Implemented Interfaces:
org.apache.flink.util.MutableObjectIterator<T>

public class RegularToMutableObjectIterator<T> extends Object implements org.apache.flink.util.MutableObjectIterator<T>
  • Constructor Details

    • RegularToMutableObjectIterator

      public RegularToMutableObjectIterator(Iterator<T> iterator, org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer)
  • Method Details

    • next

      public T next(T reuse)
      Specified by:
      next in interface org.apache.flink.util.MutableObjectIterator<T>
    • next

      public T next()
      Specified by:
      next in interface org.apache.flink.util.MutableObjectIterator<T>