| Interface | Description |
|---|---|
| CyclicDataIterator.Creator<E> |
| Class | Description |
|---|---|
| AbstractDataIterator<E> |
Abstract implementation of the
DataIterator interface. |
| AbstractDataSource<E> |
Abstract implementation of the
DataSource interface, which holds a 'type' attribute
and provides an empty close() method. |
| ConvertingDataIterator<S,T> |
DataIterator proxy which applies a Converter to the data provided by its source. |
| ConvertingDataSource<S,T> |
DataSource proxy which applies a Converter to the source's data. |
| CyclicDataIterator<E> |
Allows repeated iteration through a
DataIterator. |
| DataFileUtil |
Provides general utility methods for data files.
|
| DataIteratorAdapter<S,T> |
Adapter for a
DataIterator. |
| DataIteratorFromJavaIterator<E> |
Provides
DataIterator-style access to a Java Iterator. |
| DataIteratorProxy<E> |
Proxy for a
DataIterator. |
| DataIteratorTestCase |
Abstract parent class for tests that check
DataIterator. |
| DataIteratorTestCase.NextHelper | |
| DataSourceAdapter<S,T> |
Adapter for the
DataSource class. |
| DataSourceFromIterable<E> |
Provides
DataSource-style access to a Java-SDK-Iterable. |
| DataSourceProxy<E> |
Proxy for a
DataSource. |
| DataUtil |
Utility class for
DataIterator-related functionality. |
| FilteringDataIterator<E> |
DataIterator proxy which applies a Filter to the data provides by its source. |
| JavaIterableFromDataSource<E> |
Wraps a
DataSource with a Java Iterable. |
| JavaIteratorFromDataIterator<E> |
Adapter class that provides Java-SDK-style
Iterator access to a DataIterator. |
| ListDataIterator<E> |
List-based implementation of the DataIterator interface. |
| OffsetDataIterator<E> |
Forwards the data of another
DataIterator, swallowing the first elements
provided by its DataIteratorProxy.next(DataContainer) method. |
| OffsetDataSource<E> |
DataSource proxy which provides a subset of the source's data defined by an offset. |
| OrthogonalArrayIterator<E> |
Uses a
DataIterator which provides data rows and forwards its data in form of columns. |
| ThreadLocalDataContainer<E> |
Holds a
DataContainer for each thread using the ThreadLocal mechanism. |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.