| Class | Description |
|---|---|
| DelegatingIterable<E> |
An abstract
Iterable which delegates all method calls to another given Iterable. |
| Filtered<E> | |
| Flattened<T> |
An
Iterable which iterates the elements of other Iterables. |
| Fluent<E> |
A basic
FluentIterable. |
| Mapped<OriginalType,ResultType> | |
| Reverse<T> |
Iterable decorator that iterates the values of another Iterable in reverse order. |
| Sieved<E> |
Iterable decorator which iterates all elements of the delegate which satisfy a given Predicate. |