| Interface | Description |
|---|---|
| AbstractConvertedIterator.Converter<ResultType,OriginalType> | |
| AbstractFilteredIterator.IteratorFilter<E> | Deprecated
in favor of
Filter |
| Filter<E> |
Represents a filter function.
|
| FluentIterator<E> |
Interface of an
Iterator that can be decorated with a fluent interface. |
| Function<OriginalType,ResultType> | Deprecated
use
Function instead |
| Class | Description |
|---|---|
| AbstractBaseIterator<E> |
The abstract super class of all
Iterators in this package. |
| AbstractConvertedIterator<ResultType,OriginalType> | Deprecated
to be removed in version 2.0.
|
| AbstractFilteredIterator<E> | Deprecated
To be removed in version 2.0
|
| ArrayIterator<E> | Deprecated
in favour of
Seq |
| ConvertedIterator<ResultType,OriginalType> | Deprecated
in favor of
Mapped, to be removed in version 2.0. |
| CsvIterator | Deprecated
in favor of
UnquotedSplit, to be removed in version 2.0 |
| DistinctIterator<E> | Deprecated
in favor of
Distinct, to be removed in version 2.0. |
| EmptyIterator<E> |
An Iterator that is always empty.
|
| FilteredIterator<E> | Deprecated
in favor of
Filtered, to be removed in version 2.0. |
| SerialIterableIterator<E> | Deprecated
in favor of
Flattened, to be removed in version 2.0 |
| SerialIterator<E> | Deprecated
in favor of
Serialized, to be removed in version 2.0. |
| SerialIteratorIterator<E> | Deprecated
in favor of
Serialized, to be removed in version 2.0. |
| SingletonIterator<E> |
An iterator to iterate a single value.
|
| Split |
An
Iterator that iterates the elements of a CharSequence of a comma (or other character) separated value list . |
| UnquotedSplit |
An
Iterator that iterates the elements of a CharSequence of a comma (or other character) separated value list
. |