jdk/src/java.management/share/classes/javax/management/openmbean/TabularDataSupport.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 32034 05676cfd40b5
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   210 
   210 
   211 
   211 
   212     /**
   212     /**
   213      * Returns <tt>true</tt> if and only if this <tt>TabularData</tt> instance contains a <tt>CompositeData</tt> value
   213      * Returns <tt>true</tt> if and only if this <tt>TabularData</tt> instance contains a <tt>CompositeData</tt> value
   214      * (ie a row) whose index is the specified <var>key</var>. If <var>key</var> cannot be cast to a one dimension array
   214      * (ie a row) whose index is the specified <var>key</var>. If <var>key</var> cannot be cast to a one dimension array
   215      * of Object instances, this method simply returns <tt>false</tt>; otherwise it returns the the result of the call to
   215      * of Object instances, this method simply returns <tt>false</tt>; otherwise it returns the result of the call to
   216      * <tt>this.containsKey((Object[]) key)</tt>.
   216      * <tt>this.containsKey((Object[]) key)</tt>.
   217      *
   217      *
   218      * @param  key  the index value whose presence in this <tt>TabularData</tt> instance is to be tested.
   218      * @param  key  the index value whose presence in this <tt>TabularData</tt> instance is to be tested.
   219      *
   219      *
   220      * @return  <tt>true</tt> if this <tt>TabularData</tt> indexes a row value with the specified key.
   220      * @return  <tt>true</tt> if this <tt>TabularData</tt> indexes a row value with the specified key.