public interface FloatSplititerator extends java.util.Spliterator.OfPrimitive<java.lang.Float,FloatConsumer,FloatSplititerator>, FloatIterator
| Modifier and Type | Method and Description |
|---|---|
default void |
forEachRemaining(java.util.function.Consumer<? super java.lang.Float> action)
Deprecated.
|
default void |
forEachRemaining(FloatConsumer 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, nextFloat, skipdefault void forEachRemaining(FloatConsumer action)
FloatIteratorforEachRemaining in interface FloatIteratorforEachRemaining in interface java.util.Spliterator.OfPrimitive<java.lang.Float,FloatConsumer,FloatSplititerator>action - The action to be performed for each elementIterator.forEachRemaining(Consumer)@Deprecated default void forEachRemaining(java.util.function.Consumer<? super java.lang.Float> action)
FloatIteratorThis default implementation delegates to the corresponding type-specific function.
forEachRemaining in interface FloatIteratorforEachRemaining in interface java.util.Iterator<java.lang.Float>forEachRemaining in interface java.util.Spliterator<java.lang.Float>