| Class | Description |
|---|---|
| DelegatingIterable<E> |
An abstract
Iterable which delegates all method calls to another given Iterable. |
| Filtered<E> | |
| Flattened<T> | Deprecated
in favour of
Joined |
| Fluent<E> |
A basic
FluentIterable. |
| Mapped<OriginalType,ResultType> | Deprecated
use
Mapped instead |
| 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. |