| Modifier and Type | Method and Description |
|---|---|
static EmojiSubGroup |
EmojiSubGroup.fromString(String name)
Gets the emoji subgroup for the given name.
|
EmojiSubGroup |
Emoji.getSubgroup()
Gets the subgroup of this emoji.
|
static EmojiSubGroup |
EmojiSubGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmojiSubGroup[] |
EmojiSubGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<EmojiSubGroup> |
EmojiGroup.getEmojiSubGroups()
Gets all emoji subgroups of this group.
|
static List<EmojiSubGroup> |
EmojiSubGroup.getSubGroups()
Gets all emoji subgroups.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Emoji> |
EmojiManager.getAllEmojisBySubGroup(EmojiSubGroup subgroup)
Gets all emojis that are part of the given subgroup.
|