Yeah -- when I sent a compiled version of java.util to John Keiser awhile
ago, I had to do a bit of hacking to get stuff to work properly, and I still
haven't checked-in my changes.  I'll do that as soon as I can.

This particular problem, though, is caused by the fact that from 1.2beta3 to
1.2beta4, Sun changed the name of a Map interface from entries() to
entrySet().  My code is beta4 compliant; the Map and AbstractMap code is
beta3 compliant.

-jaz


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Brian Jones
> Sent: Friday, October 30, 1998 6:55 PM
> To: GNU Classpath
> Subject: Hashtable
>
>
> ../java/util/Hashtable.java:59: class java.util.Hashtable must be
> declared abstract. It does not define java.util.Set entries() from
> interface java.util.Map.
> public class Hashtable extends Dictionary
>              ^
> ../java/util/Hashtable.java:454: Method entrySet() not found in
> interface java.util.Map.
>         Iterator it = t.entrySet().iterator();
>
> I don't know if this was overlooked or not.  If no one is working on
> this I'll take a look at it.
>
> Thanks,
> Brian
> --
> |-------------------------------|Software Engineer
> |Brian Jones                  |[EMAIL PROTECTED]
> |[EMAIL PROTECTED]                  |http://www.nortel.net
> |http://www.classpath.org/      |------------------------------
>

Reply via email to