Uses of Class
com.tagtraum.beatunes.library.Tag
-
Packages that use Tag Package Description com.tagtraum.beatunes.library Classes that load and manage the library. -
-
Uses of Tag in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
TagCollection. getStrongTagsAlphabetically(int numberOfTags)
List<Tag>
Tags. getTags()
List<Tag>
TagCollection. getTagsAlphabetically()
List<Tag>
TagCollection. getTagsByStrength()
Methods in com.tagtraum.beatunes.library with parameters of type Tag Modifier and Type Method Description int
Tag. compareTo(Tag that)
Method parameters in com.tagtraum.beatunes.library with type arguments of type Tag Modifier and Type Method Description static SortedSet<String>
Tag. toSortedStringSet(Collection<Tag> tags)
Constructor parameters in com.tagtraum.beatunes.library with type arguments of type Tag Constructor Description Tags(Iterable<Tag> data)
-