Uses of Enum Class
net.fellbaum.jemoji.EmojiLanguage
Packages that use EmojiLanguage
-
Uses of EmojiLanguage in net.fellbaum.jemoji
Methods in net.fellbaum.jemoji that return EmojiLanguageModifier and TypeMethodDescriptionstatic EmojiLanguageReturns the enum constant of this class with the specified name.static EmojiLanguage[]EmojiLanguage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.fellbaum.jemoji with parameters of type EmojiLanguageModifier and TypeMethodDescriptionEmoji.getDescription(EmojiLanguage emojiLanguage) Gets the description of this emoji in the specified language.Emoji.getKeywords(EmojiLanguage emojiLanguage) Gets the keywords of this emoji in the specified language. -
Uses of EmojiLanguage in net.fellbaum.jemoji.internal
Fields in net.fellbaum.jemoji.internal with type parameters of type EmojiLanguageModifier and TypeFieldDescriptionstatic final Map<EmojiLanguage,Map<String, String>> EmojiData.EMOJI_DESCRIPTION_LANGUAGE_MAPEmojiData.EMOJI_KEYWORD_LANGUAGE_MAP