Class AbstractDoubleIterator

java.lang.Object
it.unimi.dsi.fastutil.doubles.AbstractDoubleIterator
All Implemented Interfaces:
DoubleIterator, Iterator<Double>, PrimitiveIterator<Double,​DoubleConsumer>, PrimitiveIterator.OfDouble
Direct Known Subclasses:
AbstractDoubleBidirectionalIterator

@Deprecated
public abstract class AbstractDoubleIterator
extends Object
implements DoubleIterator
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 iterators.