Class Stream.Iterator0

  • All Implemented Interfaces:
    java.util.Iterator<java.lang.Object>
    Direct Known Subclasses:
    Stream.Iterator1
    Enclosing class:
    Stream

    abstract class Stream.Iterator0
    extends java.lang.Object
    implements java.util.Iterator<java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      Iterator0()  
    • 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

      • Iterator0

        Iterator0()
    • Method Detail

      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<java.lang.Object>