NGHashMap
Inherits From: NSObject
Conforms To: NSCoding
NSMutableCopying
NSCopying
Declared In: NGHashMap.h
Methods: + hashMap , + hashMapWithHashMap: , + hashMapWithObjects:forKey: , + hashMapWithDictionary: , - init , - initWithCapacity: , - initWithObjects:forKey: , - initWithHashMap: , - initWithDictionary: , - isEqual: , - isEqualToHashMap: , - objectForKey: , - objectsForKey: , - objectAtIndex:forKey: , - allKeys , - allObjects , - keyEnumerator , - objectEnumerator , - objectEnumeratorForKey: , - propertyList , - description , - asDictionary , - hash , - count , - countObjectsForKey:


Class Description
No class description.


Instance Variables
NSMapTable *table;

tableNo description.



Method Types
+ hashMap
+ hashMapWithHashMap:
+ hashMapWithObjects:forKey:
+ hashMapWithDictionary:
- init
- initWithCapacity:
- initWithObjects:forKey:
- initWithHashMap:
- initWithDictionary:
- isEqual:
- isEqualToHashMap:
- objectForKey:
- objectsForKey:
- objectAtIndex:forKey:
- allKeys
- allObjects
- keyEnumerator
- objectEnumerator
- objectEnumeratorForKey:
- propertyList
- description
- asDictionary
- hash
- count
- countObjectsForKey:


Class Methods
hashMap
+ (id)hashMap
No method description.

hashMapWithDictionary:
+ (id)hashMapWithDictionary:(NSDictionary *)_dict
No method description.

hashMapWithHashMap:
+ (id)hashMapWithHashMap:(NGHashMap *)_hashMap
No method description.

hashMapWithObjects:forKey:
+ (id)hashMapWithObjects:(NSArray *)_objects forKey:(id)_key
No method description.


Instance Methods
allKeys
- (NSArray *)allKeys
No method description.

allObjects
- (NSArray *)allObjects
No method description.

asDictionary
- (NSDictionary *)asDictionary
No method description.

count
- (unsigned int)count
No method description.

countObjectsForKey:
- (unsigned int)countObjectsForKey:(id)_key
No method description.

description
- (NSString *)description
No method description.

hash
- (unsigned int)hash
No method description.

init
- (id)init
No method description.

initWithCapacity:
- (id)initWithCapacity:(unsigned int)_size
No method description.

initWithDictionary:
- (id)initWithDictionary:(NSDictionary *)_dictionary
No method description.

initWithHashMap:
- (id)initWithHashMap:(NGHashMap *)_hashMap
No method description.

initWithObjects:forKey:
- (id)initWithObjects:(NSArray *)_objects forKey:(id)_key
No method description.

isEqual:
- (BOOL)isEqual:(id)anObject
No method description.

isEqualToHashMap:
- (BOOL)isEqualToHashMap:(NGHashMap *)_other
No method description.

keyEnumerator
- (NSEnumerator *)keyEnumerator
No method description.

objectAtIndex:forKey:
- (id)objectAtIndex:(unsigned int)_index forKey:(id)_key
No method description.

objectEnumerator
- (NSEnumerator *)objectEnumerator
No method description.

objectEnumeratorForKey:
- (NSEnumerator *)objectEnumeratorForKey:(id)_key
No method description.

objectForKey:
- (id)objectForKey:(id)_key
No method description.

objectsForKey:
- (NSArray *)objectsForKey:(id)_key
No method description.

propertyList
- (id)propertyList
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.