Class MapAttribute<K,V extends BaseAttribute>

java.lang.Object
com.basistech.rosette.dm.BaseAttribute
com.basistech.rosette.dm.MapAttribute<K,V>
Type Parameters:
K - The type of the keys in the map.
V - The type of the values in the map.
All Implemented Interfaces:
Serializable, Map<K,V>

public class MapAttribute<K,V extends BaseAttribute> extends BaseAttribute implements Map<K,V>, Serializable
A container for a keyed collection of attributes of a type. Like all other attributes, it stores extended properties. It is immutable and throws for attempts to use methods that would modify it.
See Also: