public class EmojiManager extends Object
Constructor and Description |
---|
EmojiManager() |
Modifier and Type | Method and Description |
---|---|
static Collection<Emoji> |
getAll()
Returns all the
Emoji s |
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
Emoji s for a given tag. |
static boolean |
isEmoji(String string)
Tests if a given String is an emoji.
|
public static Set<Emoji> getForTag(String tag)
Emoji
s for a given tag.tag
- the tagEmoji
s, 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()
Emoji
sEmoji
spublic static boolean isEmoji(String string)
string
- the string to testpublic static Collection<String> getAllTags()
Copyright © 2015. All rights reserved.