Uses of Class
javax.management.openmbean.TabularType
-
Packages that use TabularType 软件包 描述 javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。 -
-
Uses of TabularType in javax.management.openmbean
Methods in javax.management.openmbean that return TabularType Modifier and Type 方法 描述 TabularType
TabularData. getTabularType()
返回描述此TabularData
实例的 表格类型 。TabularType
TabularDataSupport. getTabularType()
返回描述此TabularData
实例的 表格类型 。Constructors in javax.management.openmbean with parameters of type TabularType Constructor 描述 TabularDataSupport(TabularType tabularType)
创建一个空的TabularDataSupport
实例,其open-type是 tabularType ,底层的HashMap
具有默认初始容量(101)和默认负载因子(0.75)。TabularDataSupport(TabularType tabularType, int initialCapacity, float loadFactor)
创建一个空的TabularDataSupport
实例,其open-type是 tabularType ,底层的HashMap
具有指定的初始容量和负载因子。
-