Class TabularDataSupport

java.lang.Object
javax.management.openmbean.TabularDataSupport
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, TabularData

public class TabularDataSupport extends Object implements TabularData, Map<Object,Object>, Cloneable, Serializable
The TabularDataSupport class is the open data class which implements the TabularData and the Map interfaces, and which is internally based on a hash map data structure.
Since:
1.5
See Also: