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 API

java.util.HashSet

2001-09-07 Thread Eric Blake
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 API and behavior. And it seems to me that making