diff options
author | Eric Blake <ebb9@byu.net> | 2001-09-16 05:52:04 +0000 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2001-09-16 05:52:04 +0000 |
commit | b57bbba30efa6490261687e4693dde7f5a313872 (patch) | |
tree | 65eba97263af8ee55f5fe2ff63c1b84c1f90a86d /AUTHORS | |
parent | 9e6cbb6fad89a119c90146ef1ae29ba206771c41 (diff) | |
download | classpath-b57bbba30efa6490261687e4693dde7f5a313872.tar.gz |
2001-09-15 Eric Blake <ebb9@email.byu.edu>
* java/util/Hashtable.java (contains): check for null
(Hashtable(Map)): more efficient
(clear): more efficient
(clone): more efficient, by adding Entry.copy
* java/util/HashMap.java (clear): more efficient
(HashMap(Map)): more efficient
(clone): more efficient, by adding Entry.copy
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ Mark Wielaard (mark@klomp.org) Tom Tromey (tromey@cygnus.com) Anthony Green (green@redhat.com) Warren Levy (warrenl@cygnus.com) +Eric Blake (ebb9@email.byu.edu) |