Re: NSEnumerator ordering ?
Re: NSEnumerator ordering ?
- Subject: Re: NSEnumerator ordering ?
- From: Ondra Cada <email@hidden>
- Date: Wed, 3 Jul 2002 16:25:47 +0200
On Wednesday, July 3, 2002, at 04:02 , Guillaume Rager wrote:
Actually, i'm creating a NSDictionary from a plist file. The ordering of
items is very important for my application.
Then you have to use an NSArray too. Dictionaries and sets are not ordered
(which is kind of natural for a hash table).
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.