Uses of Record Class
net.fellbaum.jemoji.internal.CodepointSequence
Packages that use CodepointSequence
-
Uses of CodepointSequence in net.fellbaum.jemoji.internal
Fields in net.fellbaum.jemoji.internal with type parameters of type CodepointSequenceMethods in net.fellbaum.jemoji.internal that return CodepointSequenceModifier and TypeMethodDescriptionNonUniqueEmojiFoundResult.codepointSequence()Returns the value of thecodepointSequencerecord component.Method parameters in net.fellbaum.jemoji.internal with type arguments of type CodepointSequenceModifier and TypeMethodDescriptionEmojiUtils.findEmojiByEitherAlias(Map<CodepointSequence, List<Emoji>> map, String alias) Constructors in net.fellbaum.jemoji.internal with parameters of type CodepointSequenceModifierConstructorDescriptionNonUniqueEmojiFoundResult(List<Emoji> emojis, int endIndex, CodepointSequence codepointSequence) Creates an instance of aNonUniqueEmojiFoundResultrecord class.