public class WrappedRowIterator<T extends BaseRow> extends Object implements RowIterator<T>
MutableObjectIterator
to java RowIterator
.Constructor and Description |
---|
WrappedRowIterator(MutableObjectIterator<T> iterator,
T reuse) |
Modifier and Type | Method and Description |
---|---|
boolean |
advanceNext()
Advance this iterator by a single row.
|
T |
getRow()
Retrieve the row from this iterator.
|
public WrappedRowIterator(MutableObjectIterator<T> iterator, T reuse)
public boolean advanceNext()
RowIterator
RowIterator.getRow()
.advanceNext
in interface RowIterator<T extends BaseRow>
public T getRow()
RowIterator
getRow
in interface RowIterator<T extends BaseRow>
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.