| 接口 | 说明 |
|---|---|
| Initializable |
Initialize resources
|
| Releasable |
Release resources
|
| Symbol.Char | |
| Symbol.Str | |
| TimestampProvider |
时间戳服务提供
|
| 类 | 说明 |
|---|---|
| NoArgMethodInvoker |
Specifies multiple non-arg method names, find the first and invoke it
|
| Symbol |
Symbol definitions.
|
| 枚举 | 说明 |
|---|---|
| Predicates |
Representing a boolean status
异或(XOR , ⊕) = A ^ B
同或(XNOR, ⊙) = 异或 ^ 1 = (A ^ B) ^ 1
(0, 1)间的切换可以使用异或:1 ^ n,其中n ∈ (0, 1)
|
| PrimitiveTypes |
基本数据类型及其包装类型工具类(不包含
Void),以及这些数据类型间的转换规则
+----------+-------+------+-----+-------+------+------+---------+
| double | float | long | int | short | char | byte | boolean |
+----------+-------+------+-----+-------+------+------+---------+
|
Copyright © 2023. All rights reserved.