Next: , Previous: , Up: SortedCollection   [Index]


1.156.3 SortedCollection: basic

last

Answer the last item of the receiver

removeLast

Remove an object from the end of the receiver. Fail if the receiver is empty

sortBlock

Answer the receiver’s sort criteria

sortBlock: aSortBlock

Change the sort criteria for a sorted collection, resort the elements of the collection, and return it.