SortDescriptors

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

SortDescriptors

HwaJong Oh
I've ported NSSortDescriptor to Pharo.  It works well with SortedCollection and has more features.

Gofer new
        squeaksource: 'DaliotsPlayground';
        package: 'ConfigurationOfDaliotsPlayground';
        load.

(Smalltalk at: #ConfigurationOfDaliotsPlayground) project lastVersion load: 'SortDescriptors'.


Take a look the class comment and unittests.

HwaJong Oh