Re: mutableCopy of array
Re: mutableCopy of array
- Subject: Re: mutableCopy of array
- From: Steve Woodward <email@hidden>
- Date: Mon, 14 Apr 2003 20:27:33 -0400
Yep, it's in there...
mutableCopy
- (id)mutableCopy
Convenience method for classes that adopt the NSMutableCopying
protocol. This method simply invokes the NSMutableCopying protocol
method mutableCopyWithZone: with the zone as nil. An exception is
raised if there is no implementation for mutableCopyWithZone:.
Steve W
On Monday, April 14, 2003, at 04:55 PM,
email@hidden wrote:
>
Message: 1
>
Date: Mon, 14 Apr 2003 16:36:30 +0200
>
From: Gerard Iglesias <email@hidden>
>
To: email@hidden
>
Subject: mutableCopy of array
>
>
I discovered a weird behavior of mutableCopy on array under GNUStep,
>
and
>
wonder if it the same under OSX, some pretend that it has been the case
>
under OpenStep, and a lot of dicussions happened around the subject :
>
>
mutableCopy: create a mutable array filled with copy of object
>
contained in the original one !!!!! Wow, interesting to get this kind
>
of
>
behavior undocumented ....
>
>
I would be able to test it under OXS, but my powerbook at work went to
>
be repaired :(
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.