Uses of Enum Class
net.fellbaum.jemoji.EmojiGroup
Packages that use EmojiGroup
-
Uses of EmojiGroup in net.fellbaum.jemoji
Methods in net.fellbaum.jemoji that return EmojiGroupModifier and TypeMethodDescriptionstatic EmojiGroupEmojiGroup.fromString(String name) Gets the emoji group for the given name.Emoji.getGroup()Gets the group or "category" this emoji belongs to.EmojiSubGroup.getGroup()Gets the parent group this sub group belongs to.static EmojiGroupReturns the enum constant of this class with the specified name.static EmojiGroup[]EmojiGroup.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 EmojiGroupModifier and TypeMethodDescriptionstatic Map<EmojiGroup,Set<Emoji>> EmojiManager.getAllEmojisGrouped()Gets all emojis mapped to their group.static List<EmojiGroup>EmojiGroup.getGroups()Gets all emoji groups.Methods in net.fellbaum.jemoji with parameters of type EmojiGroupModifier and TypeMethodDescriptionEmojiManager.getAllEmojisByGroup(EmojiGroup group) Gets all emojis that are part of the given group. -
Uses of EmojiGroup in net.fellbaum.jemoji.internal
Fields in net.fellbaum.jemoji.internal with type parameters of type EmojiGroup