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


1.10.3 BindingDictionary: copying

copy

Answer the receiver.

copyEmpty: newSize

Answer an empty copy of the receiver whose size is newSize

copyEmptyForCollect

Answer an empty copy of the receiver which is filled in to compute the result of #collect:

copyEmptyForCollect: size

Answer an empty copy of the receiver which is filled in to compute the result of #collect:

deepCopy

Answer the receiver.

shallowCopy

Answer the receiver.