S - the type of data to iterate from the sourceT - the type of data to provide to the clientpublic abstract class DataIteratorAdapter<S,T> extends Object implements DataIterator<T>
DataIterator.
Created: 24.07.2011 09:53:49| Modifier and Type | Field and Description |
|---|---|
protected DataIterator<S> |
source |
| Constructor and Description |
|---|
DataIteratorAdapter(DataIterator<S> source) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the iterator.
|
protected DataContainer<S> |
getSourceContainer() |
protected DataContainer<S> |
nextOfSource() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, nextprotected DataIterator<S> source
public DataIteratorAdapter(DataIterator<S> source)
public void close()
DataIteratorclose in interface Closeableclose in interface AutoCloseableclose in interface DataIterator<T>protected DataContainer<S> nextOfSource()
protected DataContainer<S> getSourceContainer()
Copyright © 2006–2016 Volker Bergmann. All rights reserved.