Class SimpleResultList

    • Method Detail

      • isProviderOpen

        public boolean isProviderOpen()
        Description copied from interface: ResultList
        Returns true if the provider backing this list is open.
      • isClosed

        public boolean isClosed()
        Description copied from interface: ResultList
        Returns true if the list has been closed.
      • close

        public void close()
        Description copied from interface: ResultList
        Close the list.
      • size

        public int size()
      • writeReplace

        public java.lang.Object writeReplace()
                                      throws java.io.ObjectStreamException
        Throws:
        java.io.ObjectStreamException