Re: jazzlib into java.util.zip

2001-09-08 Thread John Leuner
On Sat, Sep 08, 2001 at 11:40:31AM -0400, Etienne M. Gagnon wrote: > On Sat, Sep 08, 2001 at 03:36:43PM +0100, John Leuner wrote: > > I would like to make Classpath the master repository. Is there a way to > > 'lock' the jazzlib one? > > In the past, I have been successful at "killing" an SF

Re: jazzlib into java.util.zip

2001-09-08 Thread Etienne M. Gagnon
On Sat, Sep 08, 2001 at 03:36:43PM +0100, John Leuner wrote: > I would like to make Classpath the master repository. Is there a way to > 'lock' the jazzlib one? In the past, I have been successful at "killing" an SF project, by explaining to SF staff that the project was migrating somewhere else

Re: jazzlib into java.util.zip

2001-09-08 Thread John Leuner
> John> 2001-09-07 John Leuner <[EMAIL PROTECTED]> > John>* java/util/zip/*.java: imported the jazzlib code. Should > John>all be functional. > > John> I compiled it, but haven't run it. It should all work however. > > Which repository is the master repository? FWIW I'd p

Re: java.util.HashSet

2001-09-08 Thread Artur Biesiadowski
On Fri, 7 Sep 2001, Eric Blake wrote: > I was just looking at the code for HashSet tonight, and noticed that it > just uses HashMap as its backing store. This may be the way that Sun > does it, according to their javadoc, but I don't think the > implementation is a necessary detail; just the A