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

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DTabularData.java40 * The <tt>TabularData</tt> interface specifies the behavior of a specific type of complex <i>open data</i> objects
45 public interface TabularData /*extends Map*/ { interface
48 /* *** TabularData specific information methods *** */
53 * <tt>TabularData</tt> instance.
61 * Calculates the index that would be used in this <tt>TabularData</tt> instance to refer to the specified
64 * but does not check if the calculated index is already used to refer to a value in this <tt>TabularData</tt> instance.
67 * <tt>TabularData</tt> instance is to be calculated;
71 * @return the index that the specified <var>value</var> would have in this <tt>TabularData</tt> instance.
75 * @throws InvalidOpenTypeException if <var>value</var> does not conform to this <tt>TabularData</tt> instance's
87 * number of rows) contained in this <tt>TabularData</t
[all...]

Completed in 35 milliseconds