Package arc.struct
Class FloatSeq.FloatSeqIterator
java.lang.Object
arc.struct.FloatSeq.FloatSeqIterator
- Enclosing class:
- FloatSeq
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
FloatSeqIterator
-
-
Method Details
-
reset
public void reset() -
hasNext
public boolean hasNext() -
next
-
nextFloat
public float nextFloat() -
remove
public void remove() -
iterator
-