public class EmojiManager extends Object
| Constructor and Description |
|---|
EmojiManager() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Emoji> |
getAll()
Returns all the
Emojis |
static Collection<String> |
getAllTags()
Returns all the tags in the database
|
static Emoji |
getForAlias(String alias)
Returns the
Emoji for a given alias. |
static Set<Emoji> |
getForTag(String tag)
Returns all the
Emojis for a given tag. |
static boolean |
isEmoji(String string)
Tests if a given String is an emoji.
|
public static Set<Emoji> getForTag(String tag)
Emojis for a given tag.tag - the tagEmojis, null if the tag is unknownpublic static Emoji getForAlias(String alias)
Emoji for a given alias.alias - the aliasEmoji, null if the alias is unknownpublic static Collection<Emoji> getAll()
EmojisEmojispublic static boolean isEmoji(String string)
string - the string to testpublic static Collection<String> getAllTags()
Copyright © 2015. All rights reserved.