jdk/src/share/classes/javax/sql/rowset/serial/SerialRef.java
changeset 18149 5997c9aedb0e
parent 14781 701d0765f75f
child 18564 f9db68ff2cbb
equal deleted inserted replaced
18148:d641a1b31205 18149:5997c9aedb0e
   200     public int hashCode() {
   200     public int hashCode() {
   201         return (31 + object.hashCode()) * 31 + baseTypeName.hashCode();
   201         return (31 + object.hashCode()) * 31 + baseTypeName.hashCode();
   202     }
   202     }
   203 
   203 
   204     /**
   204     /**
   205      * Returns a clone of this {@code SerialRef}. .
   205      * Returns a clone of this {@code SerialRef}.
   206      * The underlying {@code Ref} object will be set to null.
   206      * The underlying {@code Ref} object will be set to null.
   207      *
   207      *
   208      * @return  a clone of this SerialRef
   208      * @return  a clone of this SerialRef
   209      */
   209      */
   210     public Object clone() {
   210     public Object clone() {