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

/libcore/ojluni/src/main/java/java/util/
H A DSpliterator.java52 * {@link #IMMUTABLE}, {@link #CONCURRENT}, and {@link #SUBSIZED}. These may
239 * return ORDERED | SIZED | IMMUTABLE | SUBSIZED;
344 * <li>if this Spliterator is {@code SUBSIZED}, then {@code estimateSize()}
378 * traversed or split, or this Spliterator is {@link #SUBSIZED} and has
416 * {@link #SUBSIZED}. Repeated calls to {@code characteristics()} on
427 * examples see the characteristic values {@link #SIZED}, {@link #SUBSIZED}
565 * {@code trySplit()} will be both {@link #SIZED} and {@link #SUBSIZED}.
570 * {@code SUBSIZED} is inconsistent and no guarantees can be made about any
575 * {@code SUBSIZED}, since it is common to know the size of the entire tree
578 public static final int SUBSIZED field in interface:Spliterator
[all...]

Completed in 14 milliseconds