Next: Collection-copying Collections, Previous: Collection-concatenating, Up: Collection [Index]
Answer an Array containing all the elements in the receiver
Answer a Bag containing all the elements in the receiver
Answer a ByteArray containing all the elements in the receiver
Answer an OrderedCollection containing all the elements in the receiver
Answer the receiver converted to a RunArray. If the receiver is not ordered the order of the elements in the RunArray might not be the #do: order.
Answer a Set containing all the elements in the receiver with no duplicates
Answer a SortedCollection containing all the elements in the receiver with the default sort block - [ :a :b | a <= b ]
Answer a SortedCollection whose elements are the elements of the receiver, sorted according to the sort block aBlock
Answer a String containing all the elements in the receiver
Answer a UnicodeString containing all the elements in the receiver