Class TagCollection

    • Constructor Detail

      • TagCollection

        public TagCollection()
      • TagCollection

        public TagCollection​(int maxSize)
        Parameters:
        maxSize - max number of tags
        See Also:
        maxSize()
    • Method Detail

      • size

        public int size()
      • maxSize

        public int maxSize()
        Maximum number of tags in this collection. Negative values indicate no limit.
        Returns:
        max number of tags
      • isOld

        public boolean isOld()
      • touch

        public void touch()
      • getStrongTagsAlphabetically

        public List<Tag> getStrongTagsAlphabetically​(int numberOfTags)
      • getTagsAlphabetically

        public List<Tag> getTagsAlphabetically()
      • getTagsByStrength

        public List<Tag> getTagsByStrength()
      • getMaxStrength

        public int getMaxStrength()
      • getMinStrength

        public int getMinStrength()
      • setMaxStrength

        public void setMaxStrength​(int maxStrength)
      • setMinStrength

        public void setMinStrength​(int minStrength)