Uses of Class
org.apache.commons.text.AlphabetConverter
-
Uses of AlphabetConverter in org.apache.commons.text
Modifier and TypeMethodDescriptionstatic AlphabetConverter
AlphabetConverter.createConverter
(Integer[] original, Integer[] encoding, Integer[] doNotEncode) Creates an alphabet converter, for converting from the original alphabet, to the encoded alphabet, while leaving the characters in doNotEncode as they are (if possible).static AlphabetConverter
AlphabetConverter.createConverterFromChars
(Character[] original, Character[] encoding, Character[] doNotEncode) Creates an alphabet converter, for converting from the original alphabet, to the encoded alphabet, while leaving the characters in doNotEncode as they are (if possible).static AlphabetConverter
AlphabetConverter.createConverterFromMap
(Map<Integer, String> originalToEncoded) Creates a new converter from a map.