../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