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.escape
Subclasses of CharEscaper in com.google.common.escape Modifier and Type Class Description class
ArrayBasedCharEscaper
ACharEscaper
that uses an array to quickly look up replacement characters for a givenchar
value.Methods in com.google.common.escape with parameters of type CharEscaper Modifier and Type Method Description static java.lang.String
Escapers. computeReplacement(CharEscaper escaper, char c)
Returns a string that would replace the given character in the specified escaper, ornull
if no replacement should be made.
-