E - the type of data to iteratepublic class OffsetDataIterator<E> extends DataIteratorProxy<E>
DataIterator, swallowing the first elements
provided by its DataIteratorProxy.next(DataContainer) method.
Created: 18.09.2014 10:01:00source| Constructor and Description |
|---|
OffsetDataIterator(DataIterator<E> source,
int offset) |
getType, nextclose, getSourceContainer, nextOfSourcepublic OffsetDataIterator(DataIterator<E> source, int offset)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.