T
- the type of elements returned by this Spliterator.C
- the type of primitive Consumer.S
- the type of primitive Spliterator.public static interface Spliterator.OfPrimitive<T,C,S extends Spliterator.OfPrimitive<T,C,S>> extends Spliterator<T>
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,C,S extends Spliterator.OfPrimitive<T,C,S>>
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED
Modifier and Type | Method and Description |
---|---|
default void |
forEachRemaining(C consumer) |
boolean |
tryAdvance(C consumer) |
S |
trySplit() |
characteristics, estimateSize, forEachRemaining, getComparator, getExactSizeIfKnown, hasCharacteristics, tryAdvance
Copyright © 2018. All rights reserved.