OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SUBSIZED
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/java/util/
Spliterator.java
52
* {@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
= 0x00004000
[
all
...]
/prebuilts/sdk/24/
android.jar
Completed in 119 milliseconds