| 程序包 | 说明 |
|---|---|
| com.github.paganini2008.devtools | |
| com.github.paganini2008.devtools.collection |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CaseFormats.LowerCamelCase |
static class |
CaseFormats.LowerHyphenCase |
static class |
CaseFormats.UpperCamelCase |
static class |
CaseFormats.UpperHyphenCase |
| 限定符和类型 | 字段和说明 |
|---|---|
static CaseFormat |
CaseFormat.DEFAULT |
static CaseFormat |
CaseFormats.LOWER_CAMEL |
static CaseFormat |
CaseFormats.LOWER_HYPHEN |
static CaseFormat |
CaseFormats.LOWER_UNDERSCORE |
static CaseFormat |
CaseFormats.UPPER_CAMEL |
static CaseFormat |
CaseFormats.UPPER_HYPHEN |
static CaseFormat |
CaseFormats.UPPER_UNDERSCORE |
| 限定符和类型 | 字段和说明 |
|---|---|
private CaseFormat |
TupleImpl.caseFormat |
| 限定符和类型 | 方法和说明 |
|---|---|
static Tuple |
Tuple.newTuple(CaseFormat caseFormat) |
static Tuple |
Tuple.wrap(Map<String,Object> kwargs,
CaseFormat caseFormat) |
| 构造器和说明 |
|---|
TupleImpl(CaseFormat format) |
Copyright © 2020. All rights reserved.