HomeSort by relevance Sort by last modified time
    Searched defs:doubleStream (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/java/util/stream/
StreamSupport.java 252 * Creates a new sequential or parallel {@code DoubleStream} from a
261 * {@link #doubleStream(java.util.function.Supplier, int, boolean)} should
270 * @return a new sequential or parallel {@code DoubleStream}
272 public static DoubleStream doubleStream(Spliterator.OfDouble spliterator,
280 * Creates a new sequential or parallel {@code DoubleStream} from a
290 * more efficient to use {@link #doubleStream(java.util.Spliterator.OfDouble, boolean)}
308 * @return a new sequential or parallel {@code DoubleStream}
309 * @see #doubleStream(java.util.Spliterator.OfDouble, boolean)
311 public static DoubleStream doubleStream(Supplier<? extends Spliterator.OfDouble> supplier
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 56 milliseconds