Interface RepeatableIterator<E>

    • Method Detail

      • repeat

        void repeat()
        If the current value should repeat.
      • removed

        void removed​(E itemRemoved)