Uses of Class
tools.common.UnicodeCharacter
Packages that use UnicodeCharacter
-
Uses of UnicodeCharacter in tools.common
Methods in 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 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 tools.common with parameters of type UnicodeCharacterModifier and TypeMethodDescriptionintUnicodeCharacter.compareTo(UnicodeCharacter other) Compare two objects