T - is type of the value stored in the attributepublic class AttributeKey<T>
Specifies a key for an attribute in interface Attributes
interface Attributes| Constructor and Description |
|---|
AttributeKey(java.lang.String name)
Specifies a key for an attribute in
interface Attributes |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
is a name of the attribute for diagnostic purposes
|
java.lang.String |
toString() |
public AttributeKey(java.lang.String name)
Specifies a key for an attribute in interface Attributes
name - is a name of the attribute for diagnostic purposesname - is a name of the attribute for diagnostic purposesinterface Attributes