Added a merge sort for ArrayedCollections
commit88bdf2aa2746c1fe73607ee33448cf5515068b66
authorVincent Geddes <vincent.geddes@gmail.com>
Mon, 7 Jul 2008 01:21:44 +0000 (7 03:21 +0200)
committerVincent Geddes <vincent.geddes@gmail.com>
Mon, 7 Jul 2008 01:21:44 +0000 (7 03:21 +0200)
tree62c4ea6ef5bf733ae573ab00ec30161b5ca44437
parentaa0a97f5c7b7594af1a638a237537c518d9032e9
Added a merge sort for ArrayedCollections

* st/ArrayedCollection.st: Added #sort method (implemented using Merge sort).
* st/Integer.st: Added #isEven, #isOdd
st/ArrayedCollection.st
st/Integer.st
st/SequenceableCollection.st