Class QNameMap<K,V>

java.lang.Object
org.alfresco.service.namespace.QNameMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map

public class QNameMap<K,V> extends Object implements Map, Cloneable, Serializable
A Map that holds as it's key a QName stored in it's internal String representation. Calls to get and put automatically map the key to and from the QName representation.
Author:
gavinc
See Also: