Class AttributeMap

java.lang.Object
com.atlassian.bitbucket.attribute.AttributeMap
All Implemented Interfaces:
Map<String,Object>

public class AttributeMap extends Object implements Map<String,Object>
Mutable collection of attributes mapped by string keys. Allows for storing any object as a property value.
Since:
5.13
See Also: