Class EmojiUnicorn


  • public class EmojiUnicorn
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EmojiUnicorn()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Emoji getEmoji​(java.lang.String value)
      Get an emoji from any existing value.
      java.util.ArrayList<Emoji> getEmojis()
      Get all emojis.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmojiUnicorn

        public EmojiUnicorn()
    • Method Detail

      • getEmoji

        public Emoji getEmoji​(java.lang.String value)
        Get an emoji from any existing value.
        Parameters:
        value - The value to find the emoji
        Returns:
        The emoji found
      • getEmojis

        public java.util.ArrayList<Emoji> getEmojis()
        Get all emojis.
        Returns:
        All emojis