| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| 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. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.