Class BaseDoubleIterator
java.lang.Object
ca.spottedleaf.concurrentutil.collection.iterator.BaseObjectIterator<Double>
ca.spottedleaf.concurrentutil.collection.iterator.BaseDoubleIterator
- All Implemented Interfaces:
Iterator<Double>, PrimitiveIterator<Double, DoubleConsumer>, PrimitiveIterator.OfDouble
public abstract class BaseDoubleIterator
extends BaseObjectIterator<Double>
implements PrimitiveIterator.OfDouble
-
Nested Class Summary
Nested classes/interfaces inherited from interface PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidforEachRemaining(DoubleConsumer action) final Doublenext()abstract doubleMethods inherited from class BaseObjectIterator
forEachRemaining, hasNext, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PrimitiveIterator.OfDouble
forEachRemaining
-
Constructor Details
-
BaseDoubleIterator
public BaseDoubleIterator()
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<Double>- Specified by:
nextin interfacePrimitiveIterator.OfDouble- Specified by:
nextin classBaseObjectIterator<Double>
-
nextDouble
public abstract double nextDouble()- Specified by:
nextDoublein interfacePrimitiveIterator.OfDouble
-
forEachRemaining
- Specified by:
forEachRemainingin interfacePrimitiveIterator<Double, DoubleConsumer>- Specified by:
forEachRemainingin interfacePrimitiveIterator.OfDouble
-