Class Iterators.Unmodifiable<E>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Unmodifiable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void remove()
      Deprecated.
      • 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, hasNext, next
    • Constructor Detail

      • Unmodifiable

        protected Unmodifiable()
    • Method Detail

      • remove

        @Deprecated
        public final void remove()
        Deprecated.
        Specified by:
        remove in interface java.util.Iterator<E>