Package it.unimi.dsi.fastutil.floats
Class AbstractFloatBigListIterator
java.lang.Object
it.unimi.dsi.fastutil.floats.AbstractFloatIterator
it.unimi.dsi.fastutil.floats.AbstractFloatBidirectionalIterator
it.unimi.dsi.fastutil.floats.AbstractFloatBigListIterator
- All Implemented Interfaces:
BidirectionalIterator<java.lang.Float>,BigListIterator<java.lang.Float>,FloatBidirectionalIterator,FloatBigListIterator,FloatIterator,ObjectBidirectionalIterator<java.lang.Float>,ObjectIterator<java.lang.Float>,java.util.Iterator<java.lang.Float>,java.util.PrimitiveIterator<java.lang.Float,FloatConsumer>
@Deprecated public abstract class AbstractFloatBigListIterator extends AbstractFloatBidirectionalIterator implements FloatBigListIterator
Deprecated.
As of fastutil 8 this class is no longer necessary, as its
previous abstract methods are now default methods of the
type-specific interface.
An abstract class facilitating the creation of type-specific
big-list iterators.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
java.util.PrimitiveIterator.OfDouble, java.util.PrimitiveIterator.OfInt, java.util.PrimitiveIterator.OfLong -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.BidirectionalIterator
hasPreviousMethods inherited from interface it.unimi.dsi.fastutil.BigListIterator
nextIndex, previousIndexMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatBidirectionalIterator
back, previous, previousFloatMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatBigListIterator
add, add, back, set, set, skip, skipMethods inherited from interface it.unimi.dsi.fastutil.floats.FloatIterator
forEachRemaining, forEachRemaining, forEachRemaining, next, nextFloatMethods inherited from interface java.util.Iterator
hasNext, remove