Re: [collections] [proposal] Bag interface change

2003-12-29 Thread Michael Heuer
On Mon, 29 Dec 2003, Michael Heuer wrote: > Stephen Colebourne wrote: > > > I am proposing to change the Bag interface. > > http://jakarta.apache.org/commons/collections/api/org/apache/commons/collections/Bag.html > > > > Add: > > equals(Object) - Two Bags are equal if they contain the same numbe

Re: [collections] [proposal] Bag interface change

2003-12-29 Thread Michael Heuer
Stephen Colebourne wrote: > I am proposing to change the Bag interface. > http://jakarta.apache.org/commons/collections/api/org/apache/commons/collections/Bag.html > > Add: > equals(Object) - Two Bags are equal if they contain the same number of > occurrences of all the same elements. > hashCode(

Re: [collections] [proposal] Bag interface change

2003-12-24 Thread Stephen Colebourne
Change subject so it passes mail filters ;-) From: "Stephen Colebourne" <[EMAIL PROTECTED]> > I am proposing to change the Bag interface. > http://jakarta.apache.org/commons/collections/api/org/apache/commons/collect > ions/Bag.html > > Add: > equals(Object) - Two Bags are equal if they contain th