- readFileAsObject(String) - Method in interface net.fellbaum.jemoji.internal.ResourceFilesProvider
-
- removeAllEmojis(String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes all emojis from the given text.
- removeAllEmojis(String, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes all emojis from the given text.
- removeAllEmojisExcept(String, Emoji...) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes all emojis except the given emojis from the given text.
- removeAllEmojisExcept(String, Collection<Emoji>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes all emojis except the given emojis from the given text.
- removeAllEmojisExcept(String, Collection<Emoji>, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes all emojis except the given emojis from the given text.
- removeEmojis(String, Emoji...) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes the given emojis from the given text.
- removeEmojis(String, Collection<Emoji>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes the given emojis from the given text.
- removeEmojis(String, Collection<Emoji>, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Removes the given emojis from the given text.
- removeFitzpatrick(String) - Static method in enum net.fellbaum.jemoji.Fitzpatrick
-
Removes the fitzpatrick modifier from the given emoji.
- removeHairStyle(String) - Static method in enum net.fellbaum.jemoji.HairStyle
-
Removes the hairstyle element from the given emoji.
- replaceAliases(String, BiFunction<String, List<Emoji>, String>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all aliases in the text with the given replacement function.
- replaceAllEmojis(String, String) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement string.
- replaceAllEmojis(String, String, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement string.
- replaceAllEmojis(String, Function<Emoji, String>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement function.
- replaceAllEmojis(String, Function<Emoji, String>, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement function.
- replaceEmojis(String, String, Collection<Emoji>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces the given emojis with the given replacement string.
- replaceEmojis(String, String, Collection<Emoji>, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces the given emojis with the given replacement string.
- replaceEmojis(String, String, Emoji...) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces the given emojis with the given replacement string.
- replaceEmojis(String, Function<Emoji, String>, Collection<Emoji>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement function.
- replaceEmojis(String, Function<Emoji, String>, Collection<Emoji>, EnumSet<EmojiType>) - Static method in class net.fellbaum.jemoji.EmojiManager
-
Replaces all emojis in the text with the given replacement function.
- ResourceFilesProvider - Interface in net.fellbaum.jemoji.internal
-