Thanks Max, I’ve seen in Pharo 5 OrderedDictionary, OrderedPreservingDictionary and some others. I guess they have the same intent.
I was actually trying them right now :) Cheers, Cédrik > Le 23 avr. 2016 à 13:57, Max Leske <[email protected]> a écrit : > > There was talk about an ordered dictionary implementation IIRC a couple of > months ago on this list. > > I’ve attached an implementation I found in a thread from 2010 (may not work > out of the box). > > Cheers, > Max > > > <OrderedDictionary.st> > >> On 23 Apr 2016, at 13:46, Cédrick Béler <[email protected]> wrote: >> >> A dictionary with keys being the timestamp or the spatiotemporal object >> would probably do it... >> I think I’ll do that but I wonder if there are better solutions out there ^^. >> >> Cheers, >> >> Cédrik >
