Interface FloatIterator
-
- All Known Subinterfaces:
MutableFloatIterator
public interface FloatIteratorFloatIterator is an iterator over a FloatIterable. This file was automatically generated from template file primitiveIterator.stg.- Since:
- 3.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()floatnext()
-