|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,XAttribute>
org.deckfour.xes.model.impl.XAttributeMapImpl
public class XAttributeMapImpl
Memory-based implementation of the XAttributeMap interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a clone, i.e. |
Methods inherited from class java.util.HashMap |
---|
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
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.Method Detail |
---|
public java.lang.Object clone()
clone
in interface XAttributeMap
clone
in class java.util.HashMap<java.lang.String,XAttribute>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |