Home | History | Annotate | Download | only in stream

Lines Matching defs:stream

25 package java.util.stream;
32 * stream pipelines</a>, capturing all of the information about a stream
33 * pipeline (output shape, intermediate operations, stream flags, parallelism,
37 * A {@code PipelineHelper} describes the initial segment of a stream pipeline,
47 * head shape, stream flags, and size, and use the helper methods
59 * Gets the stream shape for the source of the pipeline segment.
61 * @return the stream shape for the source of the pipeline segment.
66 * Gets the combined stream and operation flags for the output of the described
67 * pipeline. This will incorporate stream flags from the stream source, all
70 * @return the combined stream and operation flags
85 * {@link StreamOpFlag#SIZED} is known on the combined stream and operation
112 * {@code Sink}. If the stream pipeline is known to have short-circuiting
190 * stream.sorted().toArray();