Searched defs:sorted (Results 1 - 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
H A DDoubleStream.java182 * Returns a stream consisting of the elements of this stream in sorted
191 DoubleStream sorted(); method in interface:DoubleStream
489 * @apiNote Elements sorted by increasing absolute magnitude tend
572 * @apiNote Elements sorted by increasing absolute magnitude tend
H A DStream.java359 * Returns a stream consisting of the elements of this stream, sorted
372 Stream<T> sorted(); method in interface:Stream
375 * Returns a stream consisting of the elements of this stream, sorted
389 Stream<T> sorted(Comparator<? super T> comparator); method in interface:Stream
H A DDoublePipeline.java356 public final DoubleStream sorted() { method in class:DoublePipeline
H A DIntPipeline.java390 public final IntStream sorted() { method in class:IntPipeline
H A DIntStream.java178 * Returns a stream consisting of the elements of this stream in sorted
186 IntStream sorted(); method in interface:IntStream
H A DLongPipeline.java371 public final LongStream sorted() { method in class:LongPipeline
H A DLongStream.java182 * Returns a stream consisting of the elements of this stream in sorted
190 LongStream sorted(); method in interface:LongStream
H A DReferencePipeline.java389 public final Stream<P_OUT> sorted() { method in class:ReferencePipeline
394 public final Stream<P_OUT> sorted(Comparator<? super P_OUT> comparator) { method in class:ReferencePipeline

Completed in 30 milliseconds