Thanks for that, it's definitely a good starting point. -Josh
On Tue, Jul 8, 2008 at 10:37 PM, dbronk <[EMAIL PROTECTED]> wrote: > A while back I found an AS3 HashMap implementation by Eric J. > Feminella. I tweeked it a little, extracted an interface that I call > IMap, added a new ManageHashMap to the interface. > > I would think that it would be quite easy to create your own HashSet > class that is backed by a HashMap. You could easily create the > standard Set interface and have your implementation store the data in > the HashMap. > > Dale > > --- In [email protected], "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > > > Is there a good implementation of a Set out there, or is everybody just > > using Dictionary or Object with null values? Do I need custom toString() > > methods for everything in that case? > > > > -- > > "Therefore, send not to know For whom the bell tolls. It tolls for > thee." > > > > :: Josh 'G-Funk' McDonald > > :: 0437 221 380 :: [EMAIL PROTECTED] > > > > > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

