E - the type of data to iteratepublic class DataIteratorProxy<E> extends DataIteratorAdapter<E,E>
DataIterator.
Created: 24.07.2011 09:59:52source| Constructor and Description |
|---|
DataIteratorProxy(DataIterator<E> source) |
| Modifier and Type | Method and Description |
|---|---|
Class<E> |
getType()
Returns the type of the iterated elements.
|
DataContainer<E> |
next(DataContainer<E> wrapper)
Returns the container with the next data element if available, otherwise null.
|
close, getSourceContainer, nextOfSourcepublic DataIteratorProxy(DataIterator<E> source)
public Class<E> getType()
DataIteratorpublic DataContainer<E> next(DataContainer<E> wrapper)
DataIteratorwrapper - a DataContainer to receive the iterated dataDataContainer that holds the next element, or null if none is availableCopyright © 2006–2016 Volker Bergmann. All rights reserved.