Two Tango container package

2009-01-02 Thread Sam Hu
I was wondering why there are 2 container package under tango.util.collection ,tango.util.container which some of the libarary are the same,say HashSet,HashMap which just make a bit confuse? Thanks.

Re: Two Tango container package

2009-01-02 Thread Tim M
On Sat, 03 Jan 2009 17:10:44 +1300, Sam Hu wrote: I was wondering why there are 2 container package under tango.util.collection ,tango.util.container which some of the libarary are the same,say HashSet,HashMap which just make a bit confuse? Thanks. Container is the newer one. Collection

Re: Two Tango container package

2009-01-03 Thread Lars Ivar Igesund
Tim M wrote: > On Sat, 03 Jan 2009 17:10:44 +1300, Sam Hu wrote: > >> I was wondering why there are 2 container package under >> tango.util.collection ,tango.util.container which some of the libarary >> are the same,say HashSet,HashMap which just make a bit confuse? >> >> Thanks. > > Container

Re: Two Tango container package

2009-01-04 Thread Sam Hu
OK,so which one is equivelant to ArrayBag in the container module?I found Vector is not the same as c++ std::vector<>does,while ArrayBag in the collection module looks more like.If the collection module deprecates in the future,which one in the container module will act as ArrayBag? Thanks. Sam

Re: Two Tango container package

2009-01-06 Thread Lars Ivar Igesund
Sam Hu wrote: > OK,so which one is equivelant to ArrayBag in the container module?I found > Vector is not the same as c++ std::vector<>does,while ArrayBag in the > collection module looks more like.If the collection module deprecates in > the future,which one in the container module will act as Ar