Class LazyCollection.ReadOnlyListIterator<E>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(E o)
      Unsupported.
      void set​(E o)
      Unsupported.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
      • Methods inherited from interface java.util.ListIterator

        hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
    • Constructor Detail

      • ReadOnlyListIterator

        public ReadOnlyListIterator()
    • Method Detail

      • add

        public void add​(E o)
        Unsupported.
        Specified by:
        add in interface java.util.ListIterator<E>
        Parameters:
        o - the object to add
        Throws:
        java.lang.UnsupportedOperationException
      • set

        public void set​(E o)
        Unsupported.
        Specified by:
        set in interface java.util.ListIterator<E>
        Parameters:
        o - the object to set
        Throws:
        java.lang.UnsupportedOperationException