| Package | Description |
|---|---|
| xyz.zhouxy.plusone.commons.util |
工具类
包含树构建器(
TreeBuilder)、断言工具(AssertTools)、
ID 生成器(IdGenerator)及其它实用工具类。 |
| Modifier and Type | Class and Description |
|---|---|
class |
Enumeration<T extends Enumeration<T>>
Deprecated.
设计 Enumeration 的灵感来自于 .net 社区,因为 C# 的枚举不带行为。
但 Java 的枚举可以带行为,故大多数情况下不需要这种设计。
|
protected static class |
Enumeration.ValueSet<T extends Enumeration<T>>
Deprecated.
枚举值集合
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enumeration<T>> |
Enumeration.ValueSet.of(T[] values)
创建枚举值集合
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Enumeration<T>> |
Enumeration.ValueSet.of(T[] values)
创建枚举值集合
|
Copyright © 2026. All rights reserved.