Uses of Class
javax.management.openmbean.TabularType
-
Packages that use TabularType Package Description javax.management.openmbean Provides the open data types and Open MBean descriptor classes. -
-
Uses of TabularType in javax.management.openmbean
Methods in javax.management.openmbean that return TabularType Modifier and Type Method and Description TabularType
TabularDataSupport. getTabularType()
Returns the tabular type describing this TabularData instance.TabularType
TabularData. getTabularType()
Returns the tabular type describing this TabularData instance.Constructors in javax.management.openmbean with parameters of type TabularType Constructor and Description 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).TabularDataSupport(TabularType tabularType, int initialCapacity, float loadFactor)
Creates an empty TabularDataSupport instance whose open-type is tabularType, and whose underlying HashMap has the specified initial capacity and load factor.
-
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, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.