Class EmojiLoader

java.lang.Object
net.fellbaum.jemoji.EmojiLoader

public final class EmojiLoader extends Object
Utility class for managing and loading emojis, including descriptions and keywords. The class handles reading emoji-related data from resource files.
  • Method Details

    • loadAllEmojiDescriptions

      public static void loadAllEmojiDescriptions()
      Loads all emoji descriptions into memory to avoid potential description file reads during operation. This will most likely be called once on startup of your application.
    • loadAllEmojiKeywords

      public static void loadAllEmojiKeywords()
      Loads all emoji descriptions into memory to avoid potential description file reads during operation. This will most likely be called once on startup of your application.