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