From: Pharo-users [mailto:[hidden email]] On Behalf Of [hidden email] Sent: 05 May 2015 17:07 To: Any question about pharo is welcome Subject: [Pharo-users] asOrderedSet
Looks like we haven't that one.
So, how does one get an ordered collection without duplicates from an orderered collection ?
Found that one but it does a removal on the collection itself and copies over and over.
I am searching for asOrderedCollectionWithoutDuplicates that leaves the original collection alone.
Phil
On Tue, May 5, 2015 at 6:34 PM, PBKResearch <[hidden email]> wrote:
OrderedCollection>>removeDuplicates?
Peter Kenny
From: Pharo-users [mailto:[hidden email]] On Behalf Of [hidden email] Sent: 05 May 2015 17:07 To: Any question about pharo is welcome Subject: [Pharo-users] asOrderedSet
Looks like we haven't that one.
So, how does one get an ordered collection without duplicates from an orderered collection ?
Found that one but it does a removal on the collection itself and copies over and over.
I am searching for asOrderedCollectionWithoutDuplicates that leaves the original collection alone.
anOrderedCollection copy removeDuplicates? :)
Norbert
Phil
On Tue, May 5, 2015 at 6:34 PM, PBKResearch <[hidden email]> wrote:
OrderedCollection>>removeDuplicates?
Peter Kenny
From: Pharo-users [mailto:[hidden email]] On Behalf Of [hidden email] Sent: 05 May 2015 17:07 To: Any question about pharo is welcome Subject: [Pharo-users] asOrderedSet
Looks like we haven't that one.
So, how does one get an ordered collection without duplicates from an orderered collection ?