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

Mutable ordered dictionary. More...

#import <NSAOrderedDictionary.h>

Inheritance diagram for NSAMutableOrderedDictionary:

Instance Methods

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

Protected Attributes

NSMutableDictionary * _impl
 
NSMutableOrderedSet * _order
 

Detailed Description

Mutable ordered dictionary.

Method Documentation

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

Member Data Documentation

- (NSMutableDictionary*) _impl
protected
- (NSMutableOrderedSet*) _order
protected

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