MutableAttributes
Inherited properties
Inherited functions
Link copied to clipboard
Appends a value to a list-typed attribute. If the attribute does not exist, it will be created.
Link copied to clipboard
Check if an attribute with the specified key exists
Link copied to clipboard
Gets a value of the attribute for the specified key or throws an IllegalStateException if key does not exist
Link copied to clipboard
Merge another attributes instance into this set of attributes favoring other
Link copied to clipboard
Set a value for key only if it is not already set
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes an attribute with the specified key and returns its current value, throws an exception if an attribute doesn't exist
Link copied to clipboard
Removes an attribute with the specified key and returns its current value, returns null
if an attribute doesn't exist
Link copied to clipboard
Returns a new MutableAttributes instance with elements from this set of attributes.