public class RegularToMutableObjectIterator<T> extends Object implements MutableObjectIterator<T>
Constructor and Description |
---|
RegularToMutableObjectIterator(Iterator<T> iterator,
TypeSerializer<T> serializer) |
public RegularToMutableObjectIterator(Iterator<T> iterator, TypeSerializer<T> serializer)
public T next(T reuse)
next
in interface MutableObjectIterator<T>
public T next()
next
in interface MutableObjectIterator<T>
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.