- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for WithCharacteristics (0.08 seconds)
-
guava/src/com/google/common/collect/CollectSpliterators.java
if (comparator != null) { checkArgument((extraCharacteristics & Spliterator.SORTED) != 0); } final class WithCharacteristics implements Spliterator<T> { private final Spliterator.OfInt delegate; WithCharacteristics(Spliterator.OfInt delegate) { this.delegate = delegate; } @Override public boolean tryAdvance(Consumer<? super T> action) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Nov 17 22:50:48 GMT 2025 - 19.9K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/CollectSpliterators.java
* processes Streams and thus hasn't had a chance to see Streams's annotation? */ @IgnoreJRERequirement final class WithCharacteristics implements Spliterator<T> { private final Spliterator.OfInt delegate; WithCharacteristics(Spliterator.OfInt delegate) { this.delegate = delegate; } @Override public boolean tryAdvance(Consumer<? super T> action) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 20.5K bytes - Click Count (0)