- getAllAliases() - Method in class net.fellbaum.jemoji.Emoji
-
Gets all the aliases for this emoji.
- getAllEmojis() - Static method in class net.fellbaum.jemoji.EmojiManager
-
Gets all emojis.
- getAllEmojisByGroup(EmojiGroup) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Gets all emojis that are part of the given group.
- getAllEmojisBySubGroup(EmojiSubGroup) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Gets all emojis that are part of the given subgroup.
- getAllEmojisLengthDescending() - Static method in class net.fellbaum.jemoji.EmojiManager
-
Gets all emojis in descending order by their char length.
- getByAlias(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Gets an emoji for the given alias i.e.
- getByDiscordAlias(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Gets an emoji for the given Discord alias i.e.
- getByGithubAlias(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Gets an emoji for the given GitHub alias i.e.
- getBySlackAlias(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Gets an emoji for the given Slack alias i.e.
- getCharIndex() - Method in class net.fellbaum.jemoji.IndexedEmoji
-
Gets the character index at which the emoji starts.
- getCodePointIndex() - Method in class net.fellbaum.jemoji.IndexedEmoji
-
Gets the codepoint index at which the emoji starts.
- getDescription() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the description of this emoji.
- getDescription(EmojiDescriptionLanguage) - Method in class net.fellbaum.jemoji.Emoji
-
Gets the description of this emoji in the specified language.
- getDiscordAliases() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the Discord aliases for this emoji.
- getEmoji() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the emoji.
- getEmoji(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Returns the emoji for the given unicode.
- getEmoji() - Method in class net.fellbaum.jemoji.IndexedEmoji
-
- getEmojiPattern() - Static method in class net.fellbaum.jemoji.EmojiManager
-
Gets the pattern checking for all emojis.
- getEmojiSubGroups() - Method in enum net.fellbaum.jemoji.EmojiGroup
-
Gets all emoji subgroups of this group.
- getEmojiVariation() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the emoji representation of this emoji if the emoji is a standardized emoji that allows variations.
- getGithubAliases() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the GitHub aliases for this emoji.
- getGroup() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the group or "category" this emoji belongs to.
- getGroup() - Method in enum net.fellbaum.jemoji.EmojiSubGroup
-
- getGroups() - Static method in enum net.fellbaum.jemoji.EmojiGroup
-
Gets all emoji groups.
- getHtmlDecimalCode() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the HTML decimal code for this emoji.
- getHtmlHexadecimalCode() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the HTML hexadecimal code for this emoji.
- getName() - Method in enum net.fellbaum.jemoji.EmojiGroup
-
Gets the name of the group.
- getName() - Method in enum net.fellbaum.jemoji.EmojiSubGroup
-
Gets the name of the emoji subgroup.
- getQualification() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the qualification of this emoji.
- getQualification() - Method in enum net.fellbaum.jemoji.Qualification
-
- getSlackAliases() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the Slack aliases for this emoji.
- getSubgroup() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the subgroup of this emoji.
- getSubGroups() - Static method in enum net.fellbaum.jemoji.EmojiSubGroup
-
Gets all emoji subgroups.
- getTextVariation() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the text representation of this emoji if the emoji is a standardized emoji that allows variations.
- getUnicode() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the unicode representation of the emoji as a string i.e.
- getUnicode() - Method in enum net.fellbaum.jemoji.Fitzpatrick
-
Gets the unicode of the fitzpatrick modifier.
- getUnicode() - Method in enum net.fellbaum.jemoji.HairStyle
-
Gets the unicode of the hairstyle.
- getURLEncoded() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the URL encoded emoji.
- getValue() - Method in enum net.fellbaum.jemoji.EmojiDescriptionLanguage
-
Gets the value.
- getVariations() - Method in class net.fellbaum.jemoji.Emoji
-
Gets variations of this emoji with different Fitzpatrick or HairStyle modifiers, if there are any.
- getVersion() - Method in class net.fellbaum.jemoji.Emoji
-
Gets the version this emoji was added to the unicode consortium.