Class JavaConverters.ListView.Iterator<T,C extends Seq<T>>

java.lang.Object
io.vavr.collection.JavaConverters.ListView.Iterator<T,C>
All Implemented Interfaces:
Iterator<T>
Direct Known Subclasses:
JavaConverters.ListView.ListIterator
Enclosing class:
JavaConverters.ListView<T,C extends Seq<T>>

private static class JavaConverters.ListView.Iterator<T,C extends Seq<T>> extends Object implements Iterator<T>
  • Field Details

  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<T>
    • forEachRemaining

      public void forEachRemaining(Consumer<? super T> consumer)
      Specified by:
      forEachRemaining in interface Iterator<T>
    • checkForComodification

      final void checkForComodification()