NSHashTable Klassenreferenz

#import <NSHashTable.h>

Abgeleitet von NSObject, < NSCopying > und < NSCoding >.

Basisklasse für _NSHashTable und NSHashTable1.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - member:
(id) - objectEnumerator
(void) - addObject:
(void) - removeObject:
(void) - removeAllObjects
(id) - anyObject
(BOOL) - containsObject:
(BOOL) - intersectsHashTable:
(BOOL) - isEqualToHashTable:
(BOOL) - isSubsetOfHashTable:
(void) - intersectHashTable:
(void) - unionHashTable:
(void) - minusHashTable:
(id) - mutableSet
(BOOL) - isEqual:
(id) - copyWithZone:
(id) - mutableCopyWithZone:
(id) - initWithOptions:capacity:
(id) - init
(id) - description
(id) - initWithCoder:
(void) - encodeWithCoder:
(unsigned int) - countByEnumeratingWithState:objects:count:
(unsigned int) - count
(id) - allObjects
(unsigned int) - weakCount
(id) - initWithFunctions:
(void *) - getItem:
(void) - addItem:
(void) - insertAbsentItem:
(void) - insertKnownAbsentItem:
(void) - removeItem:
(id) - enumerator
(id) - copy
(void) - removeAllItems
(id) - hashDelegate
(unsigned int) - getKeys:

Öffentliche, statische Methoden

(id) + alloc
(id) + allocWithZone:
(id) + newWithFunctions:
(id) + hashTableWithWeakObjects

Ausführliche Beschreibung

Definiert in Zeile 14 der Datei NSHashTable.h.


Dokumentation der Elementfunktionen

+ (id) alloc  

+ (id) allocWithZone: (struct _NSZone *)  fp8  

+ (id) newWithFunctions: (id)  fp8  

+ (id) hashTableWithWeakObjects  

- (id) member: (id)  fp8  

- (id) objectEnumerator  

Implementiert in _NSHashTable.

- (void) addObject: (id)  fp8  

- (void) removeObject: (id)  fp8  

- (void) removeAllObjects  

- (id) anyObject  

- (BOOL) containsObject: (id)  fp8  

- (BOOL) intersectsHashTable: (id)  fp8  

- (BOOL) isEqualToHashTable: (id)  fp8  

- (BOOL) isSubsetOfHashTable: (id)  fp8  

- (void) intersectHashTable: (id)  fp8  

- (void) unionHashTable: (id)  fp8  

- (void) minusHashTable: (id)  fp8  

- (id) mutableSet  

- (BOOL) isEqual: (id)  fp8  

Implementiert NSObject.

Implementiert in NSHashTable1.

- (id) copyWithZone: (struct _NSZone *)  fp8  

Erneute Implementation von < NSCopying >.

- (id) mutableCopyWithZone: (struct _NSZone *)  fp8  

- (id) initWithOptions: (unsigned int)  fp8
capacity: (unsigned int)  fp12 

Implementiert in _NSHashTable.

- (id) init  

Implementiert in _NSHashTable und NSHashTable1.

- (id) description  

Implementiert in _NSHashTable und NSHashTable1.

- (id) initWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.

Implementiert in _NSHashTable.

- (void) encodeWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.

Implementiert in _NSHashTable.

- (unsigned int) countByEnumeratingWithState: (CDAnonymousStruct8 *)  fp8
objects: (id *)  fp12
count: (unsigned int)  fp16 

Implementiert in _NSHashTable.

- (unsigned int) count  

Implementiert in _NSHashTable und NSHashTable1.

- (id) allObjects  

Implementiert in _NSHashTable und NSHashTable1.

- (unsigned int) weakCount  

- (id) initWithFunctions: (id)  fp8  

Implementiert in _NSHashTable.

- (void *) getItem: (const void *)  fp8  

Implementiert in _NSHashTable und NSHashTable1.

- (void) addItem: (const void *)  fp8  

Implementiert in _NSHashTable und NSHashTable1.

- (void) insertAbsentItem: (const void *)  fp8  

Implementiert in _NSHashTable und NSHashTable1.

- (void) insertKnownAbsentItem: (const void *)  fp8  

Implementiert in _NSHashTable und NSHashTable1.

- (void) removeItem: (const void *)  fp8  

Implementiert in _NSHashTable und NSHashTable1.

- (id) enumerator  

Implementiert in _NSHashTable.

- (id) copy  

Implementiert in _NSHashTable und NSHashTable1.

- (void) removeAllItems  

Implementiert in _NSHashTable und NSHashTable1.

- (id) hashDelegate  

- (unsigned int) getKeys: (void **)  fp8  

Implementiert in _NSHashTable.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: