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 |
Backported stream apis from
Random class,
based on IntStream only for now. |
Stream<T> |
A sequence of elements supporting aggregate operations.
|