Package | Description |
---|---|
java8.util.stream |
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
|
Modifier and Type | Method and Description |
---|---|
IntStream.Builder |
IntStream.Builder.add(int t)
Adds an element to the stream being built.
|
static IntStream.Builder |
IntStreams.builder()
Returns a builder for an
IntStream . |
Copyright © 2016. All rights reserved.