Interface TDoubleIterator

  • All Superinterfaces:
    TIterator

    public interface TDoubleIterator
    extends TIterator
    Iterator for double collections.
    • Method Detail

      • next

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