Class Tags

    • Constructor Detail

      • Tags

        public Tags​(Iterable<Tag> data)
        Parameters:
        data - tags
      • Tags

        public Tags​(String string)
        Parameters:
        string - string
    • Method Detail

      • getTagNames

        public List<String> getTagNames()
        Returns:
        tags array
      • getTags

        public List<Tag> getTags()
        Returns:
        tags array
      • getUniqueTagNames

        public Set<String> getUniqueTagNames()
        Returns:
        tags set
      • toDataString

        public final String toDataString()
        Returns:
        string used for xmlencoding
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toJSONString

        public String toJSONString()
        Specified by:
        toJSONString in interface org.json.simple.JSONAware