[Kaffe] jar utility is ready!
Archie Cobbs
archie at whistle.com
Wed Feb 17 09:43:47 PST 1999
Moses DeJong writes:
> I have been working on a implementation of the JDK1.2 jar utility
> for a couple of days now and I think it is "Ready for prime time".
Question about your HashMap.. you have
public class HashMap extends Hashtable
but http://java.sun.com/products/jdk/1.2/docs/api/index.html
documents this class as:
public class HashMap
extends AbstractMap
implements Map, Cloneable, Serializable
(of course, kaffe is missing AbstractMap.. but perhaps this
wouldn't be so hard to add).
The java.* classes should maintain the same class structure
that Sun documents.
-Archie
___________________________________________________________________________
Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com
More information about the kaffe
mailing list