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

    • Method Detail

      • hasNext

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

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

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

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

        final void checkForComodification()