Java javax.management.openmbean TabularDataSupport fields, constructors, methods, implement or subclass

Example usage for Java javax.management.openmbean TabularDataSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.openmbean TabularDataSupport.

The text is from its open source code.

Constructor

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).

Method

Set>entrySet()
Returns a collection view of the index to row mappings contained in this TabularDataSupport instance.
TabularTypegetTabularType()
Returns the tabular type describing this TabularData instance.
voidput(CompositeData value)
Collectionvalues()
Returns a collection view of the rows contained in this TabularDataSupport instance.