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

Immutable ordered dictionary. More...

#import <NSAOrderedDictionary.h>

Inheritance diagram for NSAOrderedDictionary:

Instance Methods

(id) - keyAtIndex:
 
(id) - objectAtIndex:
 
(NSUInteger) - indexOfKey:
 
(NSEnumerator *) - reversedKeyEnumerator
 

Protected Attributes

NSDictionary * _impl
 
NSOrderedSet * _order
 

Detailed Description

Immutable ordered dictionary.

Method Documentation

- (NSUInteger) indexOfKey: (id)  key
- (id) keyAtIndex: (NSUInteger)  index
- (id) objectAtIndex: (NSUInteger)  index
- (NSEnumerator *) reversedKeyEnumerator

Member Data Documentation

- (NSDictionary*) _impl
protected
- (NSOrderedSet*) _order
protected

The documentation for this class was generated from the following file: