public static interface TSpliterator.OfInt extends TSpliterator.OfPrimitive<Integer,IntConsumer,TSpliterator.OfInt>
Modifier and Type | Method and Description |
---|---|
default void |
forEachRemaining(Consumer<? super Integer> action) |
default boolean |
tryAdvance(Consumer<? super Integer> action) |
forEachRemaining, tryAdvance, trySplit
Copyright © 2019. All rights reserved.