Uses of Class
org.ujorm.tools.common.UnicodeCharacter
Packages that use UnicodeCharacter
-
Uses of UnicodeCharacter in org.ujorm.tools.common
Methods in org.ujorm.tools.common that return UnicodeCharacterModifier and TypeMethodDescriptionstatic UnicodeCharacterUnicodeCharacter.charAt(int index, CharSequence text) Get a Unicode character at the indexstatic UnicodeCharacterUnicodeCharacter.of(int codePoint) The factory method allows to generate different implementations in the future according to the parameter.Methods in org.ujorm.tools.common that return types with arguments of type UnicodeCharacterModifier and TypeMethodDescriptionstatic Stream<UnicodeCharacter>UnicodeCharacter.stream(InputStream inputStream, Charset charset) Create a Stream of the UnicodeCharacter objectsstatic Stream<UnicodeCharacter>UnicodeCharacter.stream(CharSequence text) Create a Stream of the UnicodeCharacter objectsMethods in org.ujorm.tools.common with parameters of type UnicodeCharacterModifier and TypeMethodDescriptionintUnicodeCharacter.compareTo(UnicodeCharacter other) Compare two objects