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 |
---|---|
LongStream.Builder |
LongStream.Builder.add(long t)
Adds an element to the stream being built.
|
static LongStream.Builder |
LongStreams.builder()
Returns a builder for a
LongStream . |
Copyright © 2015. All rights reserved.