Package | Description |
---|---|
cn.orionsec.kit.lang.utils |
Modifier and Type | Method and Description |
---|---|
static References.ReferenceType |
References.ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static References.ReferenceType[] |
References.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> |
References.create(References.ReferenceType type,
T referent)
获得引用
|
static <T> Reference<T> |
References.create(References.ReferenceType type,
T referent,
ReferenceQueue<T> queue)
获得引用
|
Copyright © 2024. All rights reserved.