Class RandomAccessResultList

    • Method Detail

      • newRowMap

        protected java.util.Map newRowMap()
        Override this method to control what kind of map is used for the instantiated rows.
      • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection
        Specified by:
        hashCode in interface java.util.List
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Specified by:
        equals in interface java.util.Collection
        Specified by:
        equals in interface java.util.List
        Overrides:
        equals in class java.lang.Object