HashMap.java
25.9 KB
-
HashMap.java (putAll): Use Iterator hasNext() method. · 32ffbe92
2003-11-26 Stuart Ballard <stuart.ballard@corp.fast.net> * java/util/HashMap.java (putAll): Use Iterator hasNext() method. (putAllInternal): Likewise. * java/util/Hashtable.java (putAll): Use Iterator hasNext() method. (putAllInternal): Likewise. From-SVN: r73964
Stuart Ballard committed