src/share/classes/javax/management/openmbean/OpenMBeanOperationInfo.java

Print this page

        

*** 159,169 **** * <p> * This ensures that <code> t1.equals(t2) </code> implies that <code> t1.hashCode()==t2.hashCode() </code> * for any two <code>OpenMBeanOperationInfo</code> instances <code>t1</code> and <code>t2</code>, * as required by the general contract of the method * {@link Object#hashCode() Object.hashCode()}. ! * <p> * * @return the hash code value for this <code>OpenMBeanOperationInfo</code> instance */ public int hashCode(); --- 159,169 ---- * <p> * This ensures that <code> t1.equals(t2) </code> implies that <code> t1.hashCode()==t2.hashCode() </code> * for any two <code>OpenMBeanOperationInfo</code> instances <code>t1</code> and <code>t2</code>, * as required by the general contract of the method * {@link Object#hashCode() Object.hashCode()}. ! * * * @return the hash code value for this <code>OpenMBeanOperationInfo</code> instance */ public int hashCode();