summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2001-11-18 09:58:59 +0000
committerBryce McKinlay <mckinlay@redhat.com>2001-11-18 09:58:59 +0000
commitf165c73439fff224028a1fbdba1b3bed968885c6 (patch)
tree6ac7f1b58244399ec3f73e85a918a16d76de536e /ChangeLog
parent50bc55f6a6a03519f90f9f1275a9eb164d1b6064 (diff)
downloadclasspath-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ea9219b8..77d0636f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.