E - the type of data to iteratepublic class OrthogonalArrayIterator<E> extends Object implements DataIterator<E[]>
DataIterator which provides data rows and forwards its data in form of columns.
Created: 08.12.2011 13:45:37| Constructor and Description |
|---|
OrthogonalArrayIterator(DataIterator<E[]> source) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the iterator.
|
Class<E[]> |
getType()
Returns the type of the iterated elements.
|
DataContainer<E[]> |
next(DataContainer<E[]> container)
Returns the container with the next data element if available, otherwise null.
|
public OrthogonalArrayIterator(DataIterator<E[]> source)
public Class<E[]> getType()
DataIteratorgetType in interface DataIterator<E[]>public DataContainer<E[]> next(DataContainer<E[]> container)
DataIteratornext in interface DataIterator<E[]>container - a DataContainer to receive the iterated dataDataContainer that holds the next element, or null if none is availablepublic void close()
DataIteratorclose in interface Closeableclose in interface AutoCloseableclose in interface DataIterator<E[]>Copyright © 2006–2016 Volker Bergmann. All rights reserved.