Interface FloatIterator

All Known Subinterfaces:
MutableFloatIterator
All Known Implementing Classes:
ImmutableEmptyFloatIterator, TapFloatIterable.TapFloatIterator, UnmodifiableFloatIterator

public interface FloatIterator
FloatIterator is an iterator over a FloatIterable. This file was automatically generated from template file primitiveIterator.stg.
Since:
3.0.
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    float next()  
  • Method Details