Documentation of 'com.google.common.collect.UnmodifiableIterator' Java class
UnmodifiableIterator
com.google.common.collect

Class UnmodifiableIterator<E>

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      void remove()
      Deprecated. 
      Unsupported operation.
      • Methods inherited from class java.lang.Object

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

        forEachRemaining, hasNext, next
    • Method Detail

      • remove

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.