| Package | Description | 
|---|---|
| com.google.common.escape | Interfaces, utilities, and simple implementations of escapers and encoders. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArrayBasedCharEscaperA  CharEscaperthat uses an array to quickly look up replacement
 characters for a givencharvalue. | 
| 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  nullif no replacement should be made. | 
Copyright © 2010-2015. All Rights Reserved.