Lines Matching defs:parallel

49  * A sequence of primitive long-valued elements supporting sequential and parallel
196 * <p>For parallel stream pipelines, the action may be called at
233 * stream pipelines, it can be quite expensive on ordered parallel pipelines,
239 * speedups of {@code limit()} in parallel pipelines, if the semantics of
242 * {@code limit()} in parallel pipelines, switching to sequential execution
262 * stream pipelines, it can be quite expensive on ordered parallel pipelines,
268 * speedups of {@code skip()} in parallel pipelines, if the semantics of
271 * {@code skip()} in parallel pipelines, switching to sequential execution
311 * characteristics of this stream (namely parallel or sequential execution
318 * stream pipelines, it can be quite expensive on ordered parallel
324 * {@code takeWhile()} in parallel pipelines, if the semantics of your
327 * {@code takeWhile()} in parallel pipelines, switching to sequential
378 * characteristics of this stream (namely parallel or sequential execution
385 * stream pipelines, it can be quite expensive on ordered parallel
391 * {@code dropWhile()} in parallel pipelines, if the semantics of your
394 * {@code dropWhile()} in parallel pipelines, switching to sequential
419 * <p>For parallel stream pipelines, this operation does <em>not</em>
569 * For a parallel execution, this function may be called
651 * sequentially or in parallel) if it is capable of computing the count
787 * performance in parallel operations; the cost is that multiple invocations
825 LongStream parallel();
1085 * of the input streams are ordered, and parallel if either of the input
1086 * streams is parallel. When the resulting stream is closed, the close