E - the type of data to iteratepublic class OffsetDataSource<E> extends DataSourceProxy<E>
DataSource proxy which provides a subset of the source's data defined by an offset.
Created: 24.07.2011 09:59:24| Modifier and Type | Field and Description |
|---|---|
protected int |
offset |
sourcetype| Constructor and Description |
|---|
OffsetDataSource(DataSource<E> source,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
DataIterator<E> |
iterator()
Creates a
DataIterator for iterating the available data items. |
String |
toString() |
closegetTypepublic OffsetDataSource(DataSource<E> source, int offset)
public DataIterator<E> iterator()
DataSourceDataIterator for iterating the available data items.iterator in interface DataSource<E>iterator in class DataSourceProxy<E>Copyright © 2006–2016 Volker Bergmann. All rights reserved.