Home | History | Annotate | Download | only in util

Lines Matching defs:SIZED

51  * {@link #DISTINCT}, {@link #SORTED}, {@link #SIZED}, {@link #NONNULL},
55 * report {@code SIZED}, a Spliterator for a {@link Set} would report
85 * {@link #SIZED}, this value corresponds exactly to the number of elements
104 * {@link #estimateSize()} for {@code SIZED} spliterators) are only valid before
239 * return ORDERED | SIZED | IMMUTABLE | SUBSIZED;
377 * <p>If this Spliterator is {@link #SIZED} and has not yet been partially
399 * Spliterator is {@link #SIZED}, else {@code -1}.
402 * if the Spliterator reports a characteristic of {@code SIZED}, and
408 return (characteristics() & SIZED) == 0 ? -1L : estimateSize();
414 * #ORDERED}, {@link #DISTINCT}, {@link #SORTED}, {@link #SIZED},
427 * examples see the characteristic values {@link #SIZED}, {@link #SUBSIZED}
521 public static final int SIZED = 0x00000040;
549 * {@code SIZED}, since the finite size, if known, may change if the source
552 * that Spliterator. Sub-spliterators may report {@code SIZED} if the
565 * {@code trySplit()} will be both {@link #SIZED} and {@link #SUBSIZED}.
567 * be {@code SIZED}.)
569 * <p>A Spliterator that does not report {@code SIZED} as required by
574 * approximately balanced binary tree, will report {@code SIZED} but not