Package it.unimi.dsi.fastutil.floats
Class AbstractFloatIterator
- java.lang.Object
-
- it.unimi.dsi.fastutil.floats.AbstractFloatIterator
-
- All Implemented Interfaces:
FloatIterator
,java.util.Iterator<java.lang.Float>
,java.util.PrimitiveIterator<java.lang.Float,FloatConsumer>
- Direct Known Subclasses:
AbstractFloatBidirectionalIterator
,FloatBigListIterators.AbstractIndexBasedBigIterator
,FloatIterators.AbstractIndexBasedIterator
public abstract class AbstractFloatIterator extends java.lang.Object implements FloatIterator
An abstract class facilitating the creation of type-specific iterators.- API Notes:
- Up to version 8.5.0, this class was deprecated as abstract methods were
turned into default methods of the type-specific interface. Now the class hosts
finalized versions of default delegating methods such as
FloatIterator.forEachRemaining(it.unimi.dsi.fastutil.floats.FloatConsumer)
.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.unimi.dsi.fastutil.floats.FloatIterator
forEachRemaining, forEachRemaining, forEachRemaining, next, nextFloat, skip
-
-