| 程序包 | 说明 |
|---|---|
| io.polaris.core.map | |
| io.polaris.core.map.reference |
| 构造器和说明 |
|---|
KeyReferenceMap(Map<Reference<K>,V> raw,
ReferenceType referenceType) |
KeyReferenceMap(Supplier<Map<Reference<K>,V>> supplier,
ReferenceType referenceType) |
ReferenceMap(Map<Reference<K>,ValueReference<Reference<K>,V>> raw,
ReferenceType referenceType) |
ReferenceMap(Supplier<Map<Reference<K>,ValueReference<Reference<K>,V>>> supplier,
ReferenceType referenceType) |
ValueReferenceMap(Map<K,ValueReference<K,V>> raw,
ReferenceType referenceType) |
ValueReferenceMap(Supplier<Map<K,ValueReference<K,V>>> supplier,
ReferenceType referenceType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReferenceType |
ReferenceType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ReferenceType[] |
ReferenceType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2025 fossc. All rights reserved.