Class WebPageBookmark

    • Constructor Detail

      • WebPageBookmark

        public WebPageBookmark​(String name,
                               URL url)
        Creates a web page bookmark.
        Parameters:
        name - The bookmark name.
        url - The URL of the web page.
    • Method Detail

      • getUrl

        public final URL getUrl()
        Gets the URL of the web page.
        Returns:
        The URL.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object