FreeRDP
OrderedDictionary Class Reference

#import <OrderedDictionary.h>

Inheritance diagram for OrderedDictionary:
Collaboration diagram for OrderedDictionary:

Instance Methods

(void) - insertObject:forKey:atIndex:
 
(id) - keyAtIndex:
 
(NSUInteger) - indexForValue:
 
(NSUInteger) - indexForKey:
 
(NSEnumerator *) - reverseKeyEnumerator
 

Protected Attributes

NSMutableDictionary * dictionary
 
NSMutableArray * array
 

Method Documentation

◆ indexForKey:

- (NSUInteger) indexForKey: (id)  key

◆ indexForValue:

- (NSUInteger) indexForValue: (id)  value

◆ insertObject:forKey:atIndex:

- (void) insertObject: (id)  anObject
forKey: (id)  aKey
atIndex: (NSUInteger)  anIndex 

◆ keyAtIndex:

- (id) keyAtIndex: (NSUInteger)  anIndex

◆ reverseKeyEnumerator

- (NSEnumerator *) reverseKeyEnumerator

Field Documentation

◆ array

- (NSMutableArray*) array
protected

◆ dictionary

- (NSMutableDictionary*) dictionary
protected

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