Class ForEachSupport.ReadOnlyIterator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ReadOnlyIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void remove()  
      • 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

      • ReadOnlyIterator

        private ReadOnlyIterator()
    • Method Detail

      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator