| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.escape |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayBasedCharEscaper
A
CharEscaper that uses an array to quickly look up replacement characters for a given
char value. |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021. All rights reserved.