
Icon | Member | Description |
---|---|---|
![]() | NSHashTable(NSPointerFunctionsOptions, NSUInteger) | Returns a hash table initialized with the given attributes. Original signature is '- (id)initWithOptions:(NSPointerFunctionsOptions)options capacity:(NSUInteger)capacity' Available in Mac OS X v10.5 and later. |
![]() | NSHashTable(NSPointerFunctions, NSUInteger) | Returns a hash table initialized with the given functions and capacity. Original signature is '- (id)initWithPointerFunctions:(NSPointerFunctions *)functions capacity:(NSUInteger)initialCapacity' Available in Mac OS X v10.5 and later. |
![]() | NSHashTable(NSCoder) | Returns an object initialized from data in a given unarchiver. (required) Original signature is '- (id)initWithCoder:(NSCoder *)decoder' Available in Mac OS X v10.0 and later. |
![]() | NSHashTable()()()() |
Initializes a new instance of the NSHashTable class.
|
![]() | NSHashTable(IntPtr) |
Initializes a new instance of the NSHashTable class.
|
![]() | NSHashTable(String, Object, array<Object>[]()[][]) |
Initializes a new instance of the NSHashTable class.
|