From: Godmar Back (gback@cs.utah.edu)
Date: Sun Dec 13 1998 - 16:32:51 EST
Benjamin Reed pointed out that it would be faster to first
check for removed and/or free and then call key.equals(mkey) in this loop.
This is so because .equals will never return true when invoked
with `removed' nor `free' (which is actually null), so it's useless to
even call it.
- Godmar
>
>
> kaffe/libraries/javalib/java/util Hashtable.java
> Sun Dec 13 14:11:54 PST 1998
> Update of /home/cvspublic/kaffe/libraries/javalib/java/util
> In directory www.transvirtual.com:/tmp/cvs-serv6096
>
> Modified Files:
> Hashtable.java
> Log Message:
> * Fixed hashtable bug.
>
>
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:14 EDT