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

Print this page

        

*** 166,176 **** * <p> * This ensures that <code> t1.equals(t2) </code> implies that <code> t1.hashCode()==t2.hashCode() </code> * for any two <code>OpenMBeanInfo</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>OpenMBeanInfo</code> instance */ public int hashCode(); --- 166,175 ----