Interface IIterator<O,​E extends java.lang.Exception>

    • Method Detail

      • hasNext

        boolean hasNext()
                 throws E extends java.lang.Exception
        Throws:
        E extends java.lang.Exception
      • next

        O next()
        throws E extends java.lang.Exception
        Throws:
        E extends java.lang.Exception