Lines Matching defs:sequential

49  * A sequence of primitive int-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 * sequential execution with {@link #sequential()} may improve performance.
377 * characteristics of this stream (namely parallel or sequential execution
383 * While {@code dropWhile()} is generally a cheap operation on sequential
393 * sequential execution with {@link #sequential()} may improve performance.
832 IntStream sequential();
855 * Returns an empty sequential {@code IntStream}.
857 * @return an empty sequential stream
864 * Returns a sequential {@code IntStream} containing a single element.
867 * @return a singleton sequential stream
874 * Returns a sequential ordered stream whose elements are the specified values.
884 * Returns an infinite sequential ordered {@code IntStream} produced by iterative
903 * @return a new sequential {@code IntStream}
930 * Returns a sequential ordered {@code IntStream} produced by iterative
963 * @return a new sequential {@code IntStream}
1011 * Returns an infinite sequential unordered stream where each element is
1016 * @return a new infinite sequential unordered {@code IntStream}
1025 * Returns a sequential ordered {@code IntStream} from {@code startInclusive}
1038 * @return a sequential {@code IntStream} for the range of {@code int}
1051 * Returns a sequential ordered {@code IntStream} from {@code startInclusive}
1064 * @return a sequential {@code IntStream} for the range of {@code int}