Class Stream.Iterator1

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Iterator iter  
    • Constructor Summary

      Constructors 
      Constructor Description
      Iterator1​(java.util.Iterator iter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      • 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, next
    • Field Detail

      • iter

        java.util.Iterator iter
    • Constructor Detail

      • Iterator1

        Iterator1​(java.util.Iterator iter)
    • Method Detail

      • hasNext

        public boolean hasNext()