|
FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
Mutable ordered dictionary. More...
#import <NSAOrderedDictionary.h>
Instance Methods | |
| (id) | - keyAtIndex: |
| (id) | - objectAtIndex: |
| (NSUInteger) | - indexOfKey: |
| (NSEnumerator *) | - reversedKeyEnumerator |
Protected Attributes | |
| NSMutableDictionary * | _impl |
| NSMutableOrderedSet * | _order |
Mutable ordered dictionary.
| - (NSUInteger) indexOfKey: | (id) | key |
| - (id) keyAtIndex: | (NSUInteger) | index |
| - (id) objectAtIndex: | (NSUInteger) | index |
| - (NSEnumerator *) reversedKeyEnumerator |
|
protected |
|
protected |