| 程序包 | 说明 |
|---|---|
| net.hasor.cobble.text |
An API for creating text translation routines from a set of smaller building blocks.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JavaUnicodeEscaper
Translates codepoints to their Unicode escaped value suitable for Java source.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static UnicodeEscaper |
UnicodeEscaper.above(int codepoint)
Constructs a
UnicodeEscaper above the specified value (exclusive). |
static UnicodeEscaper |
UnicodeEscaper.below(int codepoint)
Constructs a
UnicodeEscaper below the specified value (exclusive). |
static UnicodeEscaper |
UnicodeEscaper.between(int codepointLow,
int codepointHigh)
Constructs a
UnicodeEscaper between the specified values (inclusive). |
static UnicodeEscaper |
UnicodeEscaper.outsideOf(int codepointLow,
int codepointHigh)
Constructs a
UnicodeEscaper outside of the specified values (exclusive). |
Copyright © 2022–2023. All rights reserved.