See: Description
| Class | Description |
|---|---|
| ArrayIterable<T> |
An iterable over an array.
|
| ArrayIterable.ArrayIterator<D> | |
| ImmutableIterator<E> |
Iterator that does not support remove, making it immutable.
|
| Iterables |
Utility operations on an iterable.
|
| Iterators |
Utility class for Iterators.
|
| LogFactory |
Provide consistently named instances of Logger.
|
| Preconditions |
Utility operations designed to be used as precondition tests.
|
| Stream<T> |
A sequence of elements supporting sequential aggregate operations.
|
| SupplierIterable<T> |
Creates an immutable Iterable from any Supplier of Optionals.
|
| Throwables |