Searched defs:TabularDataSupport (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DTabularDataSupport.java54 * The <tt>TabularDataSupport</tt> class is the <i>open data</i> class which implements the <tt>TabularData</tt>
68 TabularDataSupport and overrode
74 public class TabularDataSupport class in inherits:TabularData,Map,Cloneable,Serializable
105 * Creates an empty <tt>TabularDataSupport</tt> instance whose open-type is <var>tabularType</var>,
115 public TabularDataSupport(TabularType tabularType) { method in class:TabularDataSupport
121 * Creates an empty <tt>TabularDataSupport</tt> instance whose open-type is <var>tabularType</var>,
135 public TabularDataSupport(TabularType tabularType, int initialCapacity, float loadFactor) { method in class:TabularDataSupport
532 * Removes all rows from this <code>TabularDataSupport</code> instance.
544 * Returns the number of rows in this <code>TabularDataSupport</code> instance.
546 * @return the number of rows in this <code>TabularDataSupport</cod
[all...]

Completed in 246 milliseconds