| Interface | Description |
|---|---|
| Collector<T,A,R> |
The Collector of stream data.
|
| Class | Description |
|---|---|
| Collectors |
Common implementations of
Collector interface. |
| DoubleStream |
A sequence of
double-valued elements supporting aggregate operations. |
| 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.
|
| LongStream |
A sequence of
long-valued elements supporting aggregate 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.
|
| OptionalDouble |
A container object which may or may not contain a
double value. |
| OptionalInt |
A container object which may or may not contain a
int value. |
| OptionalLong |
A container object which may or may not contain a
long value. |
| PrimitiveExtIterator |
Extended PrimitiveIterator for common purposes.
|
| PrimitiveExtIterator.OfDouble | |
| PrimitiveExtIterator.OfInt | |
| PrimitiveExtIterator.OfLong | |
| PrimitiveIterator |
A base type for primitive specializations of
Iterator. |
| PrimitiveIterator.OfDouble | |
| PrimitiveIterator.OfInt | |
| PrimitiveIterator.OfLong | |
| RandomCompat |
Backported stream apis from
Random class. |
| Stream<T> |
A sequence of elements supporting aggregate operations.
|
Copyright © 2017. All rights reserved.