Home | History | Annotate | Download | only in stream

Lines Matching defs:sequential

53  * A sequence of primitive long-valued elements supporting sequential and parallel
231 * While {@code limit()} is generally a cheap operation on sequential
241 * {@code limit()} in parallel pipelines, switching to sequential execution
242 * with {@link #sequential()} may improve performance.
260 * While {@code skip()} is generally a cheap operation on sequential
270 * {@code skip()} in parallel pipelines, switching to sequential execution
271 * with {@link #sequential()} may improve performance.
666 LongStream sequential();
689 * Returns an empty sequential {@code LongStream}.
691 * @return an empty sequential stream
698 * Returns a sequential {@code LongStream} containing a single element.
701 * @return a singleton sequential stream
708 * Returns a sequential ordered stream whose elements are the specified values.
718 * Returns an infinite sequential ordered {@code LongStream} produced by iterative
731 * @return a new sequential {@code LongStream}
756 * Returns an infinite sequential unordered stream where each element is
761 * @return a new infinite sequential unordered {@code LongStream}
770 * Returns a sequential ordered {@code LongStream} from {@code startInclusive}
783 * @return a sequential {@code LongStream} for the range of {@code long}
807 * Returns a sequential ordered {@code LongStream} from {@code startInclusive}
820 * @return a sequential {@code LongStream} for the range of {@code long}