Uses of Enum Class
net.fellbaum.jemoji.EmojiSubGroup
Packages that use EmojiSubGroup
-
Uses of EmojiSubGroup in net.fellbaum.jemoji
Methods in net.fellbaum.jemoji that return EmojiSubGroupModifier and TypeMethodDescriptionstatic EmojiSubGroupEmojiSubGroup.fromString(String name) Gets the emoji subgroup for the given name.Emoji.getSubgroup()Gets the subgroup of this emoji.static EmojiSubGroupReturns the enum constant of this class with the specified name.static EmojiSubGroup[]EmojiSubGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.fellbaum.jemoji that return types with arguments of type EmojiSubGroupModifier and TypeMethodDescriptionstatic Map<EmojiSubGroup,Set<Emoji>> EmojiManager.getAllEmojisSubGrouped()Gets all emojis mapped to their subgroup.EmojiGroup.getSubGroups()Gets all emoji subgroups related to this group.static List<EmojiSubGroup>EmojiSubGroup.getSubGroups()Gets all emoji subgroups.Methods in net.fellbaum.jemoji with parameters of type EmojiSubGroupModifier and TypeMethodDescriptionEmojiManager.getAllEmojisBySubGroup(EmojiSubGroup subgroup) Gets all emojis that are part of the given subgroup. -
Uses of EmojiSubGroup in net.fellbaum.jemoji.internal
Fields in net.fellbaum.jemoji.internal with type parameters of type EmojiSubGroupModifier and TypeFieldDescriptionstatic Map<EmojiSubGroup,Set<Emoji>> EmojiData.EMOJIS_SUB_GROUPED