Interface RepeatableIterator<E>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void repeat()
      If the current value should repeat.
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • repeat

        void repeat()
        If the current value should repeat.