public class XAttributeMapImpl extends java.util.HashMap<java.lang.String,XAttribute> implements XAttributeMap
Constructor and Description |
---|
XAttributeMapImpl()
Creates a new attribute map.
|
XAttributeMapImpl(int size)
Creates a new attribute map.
|
XAttributeMapImpl(java.util.Map<java.lang.String,XAttribute> template)
Creates a new attribute map.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates a clone, i.e.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public XAttributeMapImpl()
public XAttributeMapImpl(int size)
size
- Initial size of the map.public XAttributeMapImpl(java.util.Map<java.lang.String,XAttribute> template)
template
- Copy the contents of this attribute
map to the new attrribute map.public java.lang.Object clone()
clone
in interface XAttributeMap
clone
in class java.util.HashMap<java.lang.String,XAttribute>