Class UnmodifiableIterator<E>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UnmodifiableIterator()
      Constructor for use by subclasses.
    • Constructor Detail

    • Method Detail

      • remove

        public final void remove()
        Deprecated.
        Unsupported operation.
        Guaranteed to throw an exception and leave the underlying data unmodified.
        Specified by:
         in interface <E>
        Throws:
        - always