jdk/src/share/classes/javax/management/openmbean/OpenMBeanConstructorInfo.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
   116      * <p>
   116      * <p>
   117      * This ensures that <code> t1.equals(t2) </code> implies that <code> t1.hashCode()==t2.hashCode() </code>
   117      * This ensures that <code> t1.equals(t2) </code> implies that <code> t1.hashCode()==t2.hashCode() </code>
   118      * for any two <code>OpenMBeanConstructorInfo</code> instances <code>t1</code> and <code>t2</code>,
   118      * for any two <code>OpenMBeanConstructorInfo</code> instances <code>t1</code> and <code>t2</code>,
   119      * as required by the general contract of the method
   119      * as required by the general contract of the method
   120      * {@link Object#hashCode() Object.hashCode()}.
   120      * {@link Object#hashCode() Object.hashCode()}.
   121      * <p>
       
   122      *
   121      *
   123      * @return  the hash code value for this <code>OpenMBeanConstructorInfo</code> instance
   122      * @return  the hash code value for this <code>OpenMBeanConstructorInfo</code> instance
   124      */
   123      */
   125     public int hashCode();
   124     public int hashCode();
   126 
   125