Interface TLongIterator

  • All Superinterfaces:
    TIterator


    public interface TLongIterator
    extends TIterator
    Iterator for long collections.
    • Method Summary

      Modifier and Type Method and Description
      long next()
      Advances the iterator to the next element in the underlying collection and returns it.
    • Method Detail

      • next

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