| Package | Description | 
|---|---|
| com.google.common.escape | 
 Interfaces, utilities, and simple implementations of escapers and encoders. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CharEscaperBuilder | 
CharEscaperBuilder.addEscape(char c,
         String r)
Add a new mapping from an index to an object to the escaping. 
 | 
CharEscaperBuilder | 
CharEscaperBuilder.addEscapes(char[] cs,
          String r)
Add multiple mappings at once for a particular index. 
 | 
Copyright © 2010–2019. All rights reserved.