| Class | Description |
|---|---|
| AbstractIterator<T> | |
| AdaptToIterator<F,T> | |
| AlternativeIterator<T> | |
| ArgumentResettingIterator<T> | |
| DescendantsIterator<T> | |
| EmptyElementFilter<T> | |
| ExpandingIterator<T> |
This iterator evaluates each element from the source iterator, expanding it using given function.
|
| FilteringIterator<T> | |
| LastIterator<T> | |
| MergingIterator<T> | |
| OptionDecoratingIterator<T> | |
| OptionStrippingIterator<T> | |
| ParentsIterator<T> | |
| ReverseIterator<T> | |
| SiblingsIterator<T> | |
| SliceIterator<T> | |
| SuppIterator<T> |
This iterator returns all elements of the input list which are mapped to
non-empty values by the input function.
|
| UniqueIterator<T> |
Provides an iteration of unique objects.
|
| WarningIterator<T> |
| Enum | Description |
|---|---|
| SiblingsIterator.Type |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.