Re: Ordered NSDictionary
Re: Ordered NSDictionary
- Subject: Re: Ordered NSDictionary
- From: Larry Fransson <email@hidden>
- Date: Thu, 10 Jun 2004 22:20:07 -0700
On Jun 10, 2004, at 19:22, Sam McCandlish wrote:
Does anyone know of a way to make NSDictionary keeps the objects'
order? I may want to use it to store a configuration file, but in this
configuration file order matters.
Not too long ago, I was doing something similar - I needed a dictionary
with keys in a known and consistent order. I just created a class
that had the dictionary and an array as members of the class. The
array held the dictionary keys in a known order.
Larry Fransson
Seattle, WA
_______________________________________________
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.