| Package | Description |
|---|---|
| org.dromara.hutool.core.lang.ref |
引用工具封装,主要针对
Reference 工具化封装主要封装包括: 1. |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceType |
ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceType[] |
ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Reference<T> |
ReferenceUtil.of(ReferenceType type,
T referent)
获得引用
|
static <T> Reference<T> |
ReferenceUtil.of(ReferenceType type,
T referent,
ReferenceQueue<T> queue)
获得引用
|
Copyright © 2025. All rights reserved.