• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: MutableDictionary not adding objects?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >MutableDictionary not adding objects? (From: email@hidden)
 >Re: MutableDictionary not adding objects? (From: Buddy Kurz <email@hidden>)
 >Re: MutableDictionary not adding objects? (From: Stefan Pantke <email@hidden>)

  • Prev by Date: Re: MutableDictionary not adding objects?
  • Next by Date: NSNumber numberWithBool ?
  • Previous by thread: Re: MutableDictionary not adding objects?
  • Next by thread: Re: MutableDictionary not adding objects?
  • Index(es):
    • Date
    • Thread