| Package | Description |
|---|---|
| net.fellbaum.jemoji |
| Modifier and Type | Method and Description |
|---|---|
static EmojiLanguage |
EmojiLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmojiLanguage[] |
EmojiLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
Emoji.getDescription(EmojiLanguage emojiLanguage)
Gets the description of this emoji in the specified language.
|
Optional<List<String>> |
Emoji.getKeywords(EmojiLanguage emojiLanguage)
Gets the keywords of this emoji in the specified language.
|