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


1.156.2 SortedCollection class: instance creation

new

Answer a new collection with a default size and sort block

new: aSize

Answer a new collection with a default sort block and the given size

sortBlock: aSortBlock

Answer a new collection with a default size and the given sort block