jdk/src/share/classes/java/util/Hashtable.java
changeset 10419 12c063b39232
parent 9035 1255eb81cc2f
child 12448 b95438b17098
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   535             t.values = null;
   535             t.values = null;
   536             t.modCount = 0;
   536             t.modCount = 0;
   537             return t;
   537             return t;
   538         } catch (CloneNotSupportedException e) {
   538         } catch (CloneNotSupportedException e) {
   539             // this shouldn't happen, since we are Cloneable
   539             // this shouldn't happen, since we are Cloneable
   540             throw new InternalError();
   540             throw new InternalError(e);
   541         }
   541         }
   542     }
   542     }
   543 
   543 
   544     /**
   544     /**
   545      * Returns a string representation of this <tt>Hashtable</tt> object
   545      * Returns a string representation of this <tt>Hashtable</tt> object