diff options
author | Bryce McKinlay <mckinlay@redhat.com> | 2001-11-18 09:58:59 +0000 |
---|---|---|
committer | Bryce McKinlay <mckinlay@redhat.com> | 2001-11-18 09:58:59 +0000 |
commit | f165c73439fff224028a1fbdba1b3bed968885c6 (patch) | |
tree | 6ac7f1b58244399ec3f73e85a918a16d76de536e /ChangeLog | |
parent | 50bc55f6a6a03519f90f9f1275a9eb164d1b6064 (diff) | |
download | classpath-f165c73439fff224028a1fbdba1b3bed968885c6.tar.gz |
* java/util/AbstractSet.java (removeAll): Fix scoping thinko.
* java/util/HashMap.java (putAllInternal): Set size here.
* java/util/Hashtable.java (putAllInternal): New method. Copy
contents of a map efficiently without calling put() or putAll().
(Hashtable (map)): Use putAllInternal.
(clone): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-11-18 Bryce McKinlay <bryce@waitaki.otago.ac.nz> + + * java/util/AbstractSet.java (removeAll): Fix scoping thinko. + * java/util/HashMap.java (putAllInternal): Set size here. + * java/util/Hashtable.java (putAllInternal): New method. Copy contents + of a map efficiently without calling put() or putAll(). + (Hashtable (map)): Use putAllInternal. + (clone): Likewise. + 2001-11-16 Mark Wielaard <mark@klomp.org> * java/util/Timer.java (TaskQueue.isStopped): Remove method. |