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

  /libcore/ojluni/src/main/java/java/util/
Spliterator.java 34 * of elements covered by a Spliterator could be, for example, an array, a
37 * <p>A Spliterator may traverse elements individually ({@link
41 * <p>A Spliterator may also partition off some of its elements (using
42 * {@link #trySplit}) as another Spliterator, to be used in
43 * possibly-parallel operations. Operations using a Spliterator that
46 * and splitting exhaust elements; each Spliterator is useful for only a single
49 * <p>A Spliterator also reports a set of {@link #characteristics()} of its
53 * be employed by Spliterator clients to control, specialize or simplify
54 * computation. For example, a Spliterator for a {@link Collection} would
55 * report {@code SIZED}, a Spliterator for a {@link Set} would repor
    [all...]
  /prebuilts/sdk/24/
android.jar 

Completed in 532 milliseconds