Interface UIterator

    • Method Detail

      • hasNext

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

        java.lang.Object next()
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • remove

        void remove()
             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • close

        void close()
            throws java.lang.Exception
        Description copied from interface: ClosableResource
        forces the release of any resources that might be associated with this object.
        Specified by:
        close in interface ClosableResource
        Throws:
        java.lang.Exception