Interface TFloatIterator

  • All Superinterfaces:
    TIterator

    public interface TFloatIterator
    extends TIterator
    Iterator for float collections.
    • Method Detail

      • next

        float next()
        Advances the iterator to the next element in the underlying collection and returns it.
        Returns:
        the next float in the collection
        Throws:
        java.util.NoSuchElementException - if the iterator is already exhausted