Interface FloatListIterator

    • Method Summary

      Modifier and Type Method Description
      default void add​(float k)
      Inserts the specified element into the list (optional operation).
      default void add​(Float k)
      Deprecated.
      Please use the corresponding type-specific method instead.
      default Float next()
      Deprecated.
      Please use the corresponding type-specific method instead.
      default Float previous()
      Deprecated.
      Please use the corresponding type-specific method instead.
      default void remove()
      Removes from the underlying collection the last element returned by this iterator (optional operation).
      default void set​(float k)
      Replaces the last element returned by next() or previous() with the specified element (optional operation).
      default void set​(Float k)
      Deprecated.
      Please use the corresponding type-specific method instead.