java.lang.Object
net.fellbaum.jemoji.EmojiLoader
Utility class for managing and loading emojis, including descriptions and keywords.
The class handles reading emoji-related data from resource files.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidLoads all emoji descriptions into memory to avoid potential description file reads during operation.static voidLoads all emoji descriptions into memory to avoid potential description file reads during operation.
-
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.
-