| Package | Description | 
|---|---|
| com.google.common.escape | 
 Interfaces, utilities, and simple implementations of escapers and encoders. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayBasedCharEscaper
A  
CharEscaper that uses an array to quickly look up replacement characters for a given
 char value. | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
Escapers.computeReplacement(CharEscaper escaper,
                  char c)
Returns a string that would replace the given character in the specified escaper, or  
null if no replacement should be made. | 
Copyright © 2010–2018. All rights reserved.