Re: MutableDictionary not adding objects?
Re: MutableDictionary not adding objects?
- Subject: Re: MutableDictionary not adding objects?
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 25 Jan 2004 18:02:09 -0800
On Jan 25, 2004, at 5:39 PM, Stefan Pantke wrote:
Try:
[NSMutableDictionary dictionaryWithCapacity:0] ,
which returns a mutable.
Am 26.01.2004 um 01:42 schrieb Buddy Kurz:
[NSMutableArray array] returns an NSArray (not mutable)
Just to be clear:
[NSMutableDictionary dictionary]
[NSMutableDictionary dictionaryWithCapacity:0]
and
[NSMutableArray array]
all return *mutable* objects of the appropriate class.
mmalc
_______________________________________________
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.