|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabularType | |
javax.management.openmbean |
Uses of TabularType in javax.management.openmbean |
Methods in javax.management.openmbean that return TabularType | |
TabularType |
TabularDataSupport.getTabularType()
get the TabularType that this instance contains |
TabularType |
TabularData.getTabularType()
|
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |