Interface FloatIterator

All Known Subinterfaces:
MutableFloatIterator
All Known Implementing Classes:
ImmutableEmptyFloatIterator, SingletonFloatIterator, 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
     
    float
     
  • Method Details

    • next

      float next()
    • hasNext

      boolean hasNext()