Class 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 Detail

      • RegularToMutableObjectIterator

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

      • 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>