Class TSimpleDoubleStreamIterator
java.lang.Object
org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamIterator
- All Implemented Interfaces:
Iterator<Double>
,PrimitiveIterator<Double,
,DoubleConsumer> PrimitiveIterator.OfDouble
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.PrimitiveIterator.OfDouble
forEachRemaining, forEachRemaining, next
-
Constructor Details
-
TSimpleDoubleStreamIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
nextDouble
public double nextDouble()- Specified by:
nextDouble
in interfacePrimitiveIterator.OfDouble
-