Interface TAdvancingIterator

  • All Superinterfaces:
    TIterator


    public interface TAdvancingIterator
    extends TIterator
    Common interface for iterators that operate via the "advance" method for moving the cursor to the next element.
    • Method Summary

      Modifier and Type Method and Description
      void advance()
      Moves the iterator forward to the next entry.
    • Method Detail

      • advance

        void advance()
        Moves the iterator forward to the next entry.
        Throws:
        NoSuchElementException - if the iterator is already exhausted