Class NamedMap<T extends AbstractNameValueHolder<?>>

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<String,T>
org.openremote.model.attribute.NamedMap<T>
All Implemented Interfaces:
Serializable, Map<String,T>
Direct Known Subclasses:
AttributeMap, MetaMap

public class NamedMap<T extends AbstractNameValueHolder<?>> extends com.google.common.collect.ForwardingMap<String,T> implements Serializable
Special map for NameHolder items where item names are used as map keys.
See Also: