| Interface | Description |
|---|---|
| Freezable |
Freezable output.
|
| IndenterFactory | |
| Thawable |
| Class | Description |
|---|---|
| EmptyIterable<T> |
This implements the special case of an empty iterable for any
type T.
|
| EmptyIterator<T> |
Implements the special case of an iterator that yields no
values.
|
| EmptyList<T> |
Implements the special case of an empty immutable list.
|
| EmptyMap<T,U> |
Implements the special case of an empty, immutable map from
any type T to any type U.
|
| EmptySet<T> |
Implements the special case of an empty, immutable set
of values of any type T.
|
| IfNull | |
| Indenter | |
| NullIndenter | |
| NullIndenter.Factory | |
| StdIndenter | |
| StdIndenter.Factory |