Example usage for Java javax.management.openmbean TabularDataSupport fields, constructors, methods, implement or subclass
The text is from its open source code.
TabularDataSupport(TabularType tabularType) Creates an empty TabularDataSupport instance whose open-type is tabularType, and whose underlying HashMap has a default initial capacity (101) and default load factor (0.75). |
Set | entrySet() Returns a collection view of the index to row mappings contained in this TabularDataSupport instance. |
TabularType | getTabularType() Returns the tabular type describing this TabularData instance. |
void | put(CompositeData value) |
Collection | values() Returns a collection view of the rows contained in this TabularDataSupport instance. |