[squeak-dev] sorting a dictionary by value

Sungjin Chun chunsj at gmail.com
Fri Oct 5 04:47:59 UTC 2012


How about
    dict associations asArray sort: [ :a :b | a value < b value ]
?

On Fri, Oct 5, 2012 at 1:38 PM, Joseph J Alotta <joseph.alotta at gmail.com> wrote:
> asSortedCollection


More information about the Squeak-dev mailing list