Class LazyForwardResultList

    • Method Detail

      • isProviderOpen

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

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

        public int size()
        Specified by:
        size in interface java.util.Collection
        Specified by:
        size in interface java.util.List
      • writeReplace

        public java.lang.Object writeReplace()
                                      throws java.io.ObjectStreamException
        Throws:
        java.io.ObjectStreamException
      • 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
      • subList

        public java.util.List subList​(int fromIndex,
                                      int toIndex)
        Specified by:
        subList in interface java.util.List