jdk/src/share/classes/javax/management/openmbean/OpenMBeanParameterInfo.java
changeset 24368 2b4801b94265
parent 5506 202f599c92aa
equal deleted inserted replaced
24367:705490680527 24368:2b4801b94265
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2007, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   190      * <p>
   190      * <p>
   191      * This ensures that <code> t1.equals(t2) </code> implies that <code> t1.hashCode()==t2.hashCode() </code>
   191      * This ensures that <code> t1.equals(t2) </code> implies that <code> t1.hashCode()==t2.hashCode() </code>
   192      * for any two <code>OpenMBeanParameterInfo</code> instances <code>t1</code> and <code>t2</code>,
   192      * for any two <code>OpenMBeanParameterInfo</code> instances <code>t1</code> and <code>t2</code>,
   193      * as required by the general contract of the method
   193      * as required by the general contract of the method
   194      * {@link Object#hashCode() Object.hashCode()}.
   194      * {@link Object#hashCode() Object.hashCode()}.
   195      * <p>
       
   196      *
   195      *
   197      * @return  the hash code value for this <code>OpenMBeanParameterInfo</code> instance
   196      * @return  the hash code value for this <code>OpenMBeanParameterInfo</code> instance
   198      */
   197      */
   199     public int hashCode();
   198     public int hashCode();
   200 
   199