| 接口 | 说明 |
|---|---|
| Attribute<T> |
An attribute which allows to store a value reference.
|
| AttributeMap |
Holds
Attributes which can be accessed via AttributeKey. |
| Constant<T extends Constant<T>> |
单例,支持
==操作符的安全比较。 |
| 类 | 说明 |
|---|---|
| AbstractConstant<T extends AbstractConstant<T>> |
Constant的基类实现。 |
| AttributeKey<T> |
Key which can be used to access
Attribute out of the AttributeMap. |
| ConstantPool<T extends Constant<T>> |
一个
Constant池。 |
| DefaultAttributeMap |
Default
AttributeMap implementation which not exibit any blocking behaviour on attribute lookup while using a
copy-on-write approach on the modify path. |
Copyright © 2021. All rights reserved.