Returns List of all AttributeKey instances in this map
Gets a value of the attribute for the specified key, or calls supplied block to compute its value
Checks if an attribute with the specified key exists
Gets a value of the attribute for the specified key, or throws an exception if an attribute doesn't exist
Gets a value of the attribute for the specified key, or return null if an attribute doesn't exist
null
Creates or changes an attribute with the specified key using value
Adds all attributes from another collection, replacing original values if any.
Removes an attribute with the specified key
Removes an attribute with the specified key and returns its current value, throws an exception if an attribute doesn't exist
Removes an attribute with the specified key and returns its current value, returns null if an attribute doesn't exist