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>Copyright © 2015 The Apache Software Foundation. All rights reserved.