Next:
SortedCollection-basic
, Previous:
SortedCollection class-hacking
, Up:
SortedCollection
1.153.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