Package | Description |
---|---|
org.apache.commons.text |
Basic classes for text handling.
|
Modifier and Type | Method | Description |
---|---|---|
static AlphabetConverter |
AlphabetConverter.createConverter(Integer[] original,
Integer[] encoding,
Integer[] doNotEncode) |
Create 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) |
Create 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) |
Create a new converter from a map.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.