FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSAOrderedDictionary.h File Reference

Dictionary with ordered keys, guaranting its order is keeped. More...

#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  NSAOrderedDictionary
 Immutable ordered dictionary. More...
 
class  NSAMutableOrderedDictionary
 Mutable ordered dictionary. More...
 

Detailed Description

Dictionary with ordered keys, guaranting its order is keeped.

See also
NSDictionary