| Interface | Description |
|---|---|
| Collector<T,A,R> |
The Collector of stream data.
|
| Class | Description |
|---|---|
| Collectors |
Common implementations of
Collector interface. |
| Exceptional<T> |
A container for values which provided by
ThrowableSupplier. |
| IntPair<T> |
A pair with int-valued first element and object-valued second element.
|
| IntStream |
A sequence of primitive int-valued elements supporting sequential operations.
|
| LsaExtIterator<T> |
Extended iterator for common purposes.
|
| Objects |
Common operations with Object.
|
| Optional<T> |
A container object which may or may not contain a non-null value.
|
| OptionalInt |
A container object which may or may not contain a
int value. |
| PrimitiveExtIterator |
Extended PrimitiveIterator for common purposes.
|
| PrimitiveExtIterator.OfInt | |
| PrimitiveIterator |
A base type for primitive specializations of
Iterator. |
| PrimitiveIterator.OfInt | |
| RandomCompat | |
| Stream<T> |
A sequence of elements supporting aggregate operations.
|
Copyright © 2016. All rights reserved.