Class AbstractBookmark

    • Method Detail

      • getName

        public final String getName()
        Gets a friendly name for the bookmark.
        Specified by:
        getName in interface Bookmark
        Returns:
        The name.
      • compareTo

        public final int compareTo​(Bookmark o)
        Compares this bookmark by its name.
        Specified by:
        compareTo in interface Comparable<Bookmark>
        Parameters:
        o - The other bookmark.
        Returns:
        The comparison result.