Interface ResultList<E>

    • Method Detail

      • isProviderOpen

        boolean isProviderOpen()
        Returns true if the provider backing this list is open.
      • getUserObject

        Object getUserObject()
        Get the opaque user object attached to this receiver.
      • setUserObject

        void setUserObject​(Object opaque)
        Set the opaque user object to this receiver.
      • close

        void close()
        Close the list.
        Specified by:
        close in interface Closeable
      • isClosed

        boolean isClosed()
        Returns true if the list has been closed.