public interface DoubleSplititerator extends java.util.Spliterator.OfPrimitive<java.lang.Double,DoubleConsumer,DoubleSplititerator>, DoubleIterator
| Modifier and Type | Method and Description |
|---|---|
default void |
forEachRemaining(java.util.function.Consumer<? super java.lang.Double> action)
Deprecated.
|
default void |
forEachRemaining(DoubleConsumer action)
Performs the given action for each remaining element until all elements
have been processed or the action throws an exception.
|
characteristics, estimateSize, getComparator, getExactSizeIfKnown, hasCharacteristics, tryAdvanceforEachRemaining, next, nextDouble, skipdefault void forEachRemaining(DoubleConsumer action)
DoubleIteratorforEachRemaining in interface DoubleIteratorforEachRemaining in interface java.util.Spliterator.OfPrimitive<java.lang.Double,DoubleConsumer,DoubleSplititerator>action - The action to be performed for each elementIterator.forEachRemaining(Consumer)@Deprecated default void forEachRemaining(java.util.function.Consumer<? super java.lang.Double> action)
DoubleIteratorThis default implementation delegates to the corresponding type-specific function.
forEachRemaining in interface DoubleIteratorforEachRemaining in interface java.util.Iterator<java.lang.Double>forEachRemaining in interface java.util.Spliterator<java.lang.Double>