| 接口 | 说明 |
|---|---|
| ConcurrentReferenceHashMap.Reference<K,V> |
A reference to an
ConcurrentReferenceHashMap.Entry contained in the map. |
| 类 | 说明 |
|---|---|
| ConcurrentReferenceHashMap<K,V> | |
| ConcurrentReferenceHashMap.Entry<K,V> |
A single map entry.
|
| SetOnce<T> |
A convenient class which offers a semi-immutable object wrapper
implementation which allows one to set the value of an object exactly once,
and retrieve it many times.
|
| Tuple<V1,V2> |
| 枚举 | 说明 |
|---|---|
| ConcurrentReferenceHashMap.ReferenceType |
Various reference types supported by this map.
|
| ConcurrentReferenceHashMap.Restructure |
The types of restructuring that can be performed.
|
| 异常错误 | 说明 |
|---|---|
| SetOnce.AlreadySetException |
Thrown when
SetOnce.set(Object) is called more than once. |
Copyright © 2021. All rights reserved.