Class PagedResult

    • Constructor Detail

      • PagedResult

        public PagedResult​(java.util.List<?> resultList,
                           PagedResultsCookie cookie)
        Deprecated.
        Constructs a PagedResults using the supplied List and PagedResultsCookie.
        Parameters:
        resultList - the result list.
        cookie - the cookie.
    • Method Detail

      • getCookie

        public PagedResultsCookie getCookie()
        Deprecated.
        Get the cookie.
        Returns:
        the cookie.
      • getResultList

        public java.util.List<?> getResultList()
        Deprecated.
        Get the result list.
        Returns:
        the result list.
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object