Uses of Class
com.google.common.escape.CharEscaper
- 
Packages that use CharEscaper Package Description com.google.common.escape Interfaces, utilities, and simple implementations of escapers and encoders.
- 
- 
Uses of CharEscaper in com.google.common.escapeSubclasses of CharEscaper in com.google.common.escape Modifier and Type Class Description classArrayBasedCharEscaperACharEscaperthat uses an array to quickly look up replacement characters for a givencharvalue.Methods in com.google.common.escape with parameters of type CharEscaper Modifier and Type Method Description static StringEscapers. computeReplacement(CharEscaper escaper, char c)Returns a string that would replace the given character in the specified escaper, ornullif no replacement should be made.
 
-