|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabularType | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.