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