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