软件包 | 描述 |
---|---|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
Modifier and Type | Method and Description |
---|---|
TabularType |
TabularDataSupport.getTabularType()
返回描述这
TabularData实例的表格类型。
|
TabularType |
TabularData.getTabularType()
返回描述这
TabularData实例的表格类型。
|
Constructor and Description |
---|
TabularDataSupport(TabularType tabularType)
创建一个空的
TabularDataSupport实例的开放式
tabulartype,其潜在的
HashMap具有默认初始容量(101)和默认的加载因子(0.75)。
|
TabularDataSupport(TabularType tabularType, int initialCapacity, float loadFactor)
创建一个空的
TabularDataSupport实例的开放式
tabulartype,其潜在的
HashMap具有指定的初始容量和加载因子。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.