- Emoji - Class in net.fellbaum.jemoji
-
Represents an emoji along with its properties such as Unicode representation,
HTML codes, aliases, keywords, and grouping details.
- EmojiGroup - Enum in net.fellbaum.jemoji
-
Represents a group of emojis categorized by their thematic content, such as
Activities, Animals & Nature, Flags, etc.
- EmojiLanguage - Enum in net.fellbaum.jemoji
-
- EmojiLoader - Class in net.fellbaum.jemoji
-
Utility class for managing and loading emojis, including descriptions and keywords.
- EmojiManager - Class in net.fellbaum.jemoji
-
- Emojis - Interface in net.fellbaum.jemoji
-
- EmojiSubGroup - Enum in net.fellbaum.jemoji
-
This enum represents various subgroups of emojis.
- EmojiType - Enum in net.fellbaum.jemoji
-
The EmojiType enum represents various types or formats in which emojis
can be encoded or represented.
- equals(Object) - Method in class net.fellbaum.jemoji.Emoji
-
- extractAliases(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Extracts all aliases from the given text.
- extractAliasesInOrder(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Extracts all aliases from the given text in the order they appear.
- extractAliasesInOrderWithIndex(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Extracts all aliases from the given text in the order they appear.
- extractEmojis(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Extracts all emojis from the given text.
- extractEmojis(String, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Extracts all emojis from the given text.
- extractEmojisInOrder(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Extracts all emojis from the given text in the order they appear.
- extractEmojisInOrder(String, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Extracts all emojis from the given text in the order they appear.
- extractEmojisInOrderWithIndex(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Extracts all emojis from the given text in the order they appear.
- extractEmojisInOrderWithIndex(String, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Extracts all emojis from the given text in the order they appear.