Package | Description |
---|---|
net.datenwerke.rs.utils.string |
Modifier and Type | Method and Description |
---|---|
static Emoji |
Emoji.exceptionEmoji() |
static Emoji |
Emoji.fromCode(int code) |
static Emoji |
Emoji.random() |
static Emoji |
Emoji.securityEmoji() |
static Emoji |
Emoji.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Emoji[] |
Emoji.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|