Lines Matching defs:sequential

49  * A sequence of primitive long-valued elements supporting sequential and parallel
232 * While {@code limit()} is generally a cheap operation on sequential
242 * {@code limit()} in parallel pipelines, switching to sequential execution
243 * with {@link #sequential()} may improve performance.
261 * While {@code skip()} is generally a cheap operation on sequential
271 * {@code skip()} in parallel pipelines, switching to sequential execution
272 * with {@link #sequential()} may improve performance.
311 * characteristics of this stream (namely parallel or sequential execution
317 * While {@code takeWhile()} is generally a cheap operation on sequential
327 * {@code takeWhile()} in parallel pipelines, switching to sequential
328 * execution with {@link #sequential()} may improve performance.
378 * characteristics of this stream (namely parallel or sequential execution
384 * While {@code dropWhile()} is generally a cheap operation on sequential
394 * {@code dropWhile()} in parallel pipelines, switching to sequential
395 * execution with {@link #sequential()} may improve performance.
822 LongStream sequential();
845 * Returns an empty sequential {@code LongStream}.
847 * @return an empty sequential stream
854 * Returns a sequential {@code LongStream} containing a single element.
857 * @return a singleton sequential stream
864 * Returns a sequential ordered stream whose elements are the specified values.
874 * Returns an infinite sequential ordered {@code LongStream} produced by iterative
893 * @return a new sequential {@code LongStream}
920 * Returns a sequential ordered {@code LongStream} produced by iterative
953 * @return a new sequential {@code LongStream}
1001 * Returns an infinite sequential unordered stream where each element is
1006 * @return a new infinite sequential unordered {@code LongStream}
1015 * Returns a sequential ordered {@code LongStream} from {@code startInclusive}
1028 * @return a sequential {@code LongStream} for the range of {@code long}
1048 * Returns a sequential ordered {@code LongStream} from {@code startInclusive}
1061 * @return a sequential {@code LongStream} for the range of {@code long}