| Interface | Description |
|---|---|
| Mutable<T> |
提供可变值类型接口
|
| Class | Description |
|---|---|
| MutableBool |
可变
boolean 类型 |
| MutableByte |
可变
byte 类型 |
| MutableDouble |
可变
double 类型 |
| MutableFloat |
可变
float 类型 |
| MutableInt |
可变
int 类型 |
| MutableLong |
可变
long 类型 |
| MutableObj<T> |
可变
Object |
| MutablePair<K,V> |
可变
Pair实现,可以修改键和值 |
| MutableShort |
可变
short 类型 |
Copyright © 2025. All rights reserved.