| Package | Description |
|---|---|
| org.databene.formats.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CyclicDataIterator<E>
Allows repeated iteration through a
DataIterator. |
class |
FilteringDataIterator<E>
DataIterator proxy which applies a Filter to the data provides by its source. |
class |
OffsetDataIterator<E>
Forwards the data of another
DataIterator, swallowing the first elements
provided by its next(DataContainer) method. |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.