Re: [Vala] [LigGee] remove_all behavior at removing same items

2009-08-04 Thread Fredderic
On Mon, 3 Aug 2009 19:21:18 + (UTC), Jan Hudec b...@ucw.cz wrote: Fredderic magen...@... writes: This is more like what I thought of when I heard the name remove_all()... Except that my immediate thought was take this single item, and remove any identical items from the list. I agree.

[Vala] [LigGee] remove_all behavior at removing same items

2009-08-02 Thread Quikee
Hi, In what way should remove_all work in case of removing the same items. Currently there is an inconsistency in this behavior from remove_all on AbstractCollection and the implementation in ArrayList. The AbstractCollection implementation will call remove for every element which will in case of

Re: [Vala] [LigGee] remove_all behavior at removing same items

2009-08-02 Thread Didier Ptitjes
Hi Tomaž! Quikee wrote: In what way should remove_all work in case of removing the same items. Currently there is an inconsistency in this behavior from remove_all on AbstractCollection and the implementation in ArrayList. The AbstractCollection implementation will call remove for every