func NSCreateHashTableWithZone (NSHashTableCallBacks, Int, NSZone?) -> NSHashTable<AnyObject>
Creates a new hash table in a given zone.
新しいハッシュテーブルを、与えられたゾーンに作成します。
func NSCreateHashTable (NSHashTableCallBacks, Int) -> NSHashTable<AnyObject>
Creates and returns a new hash table.
新しいハッシュテーブルを作成して返します。
struct NSHashTableCallBacks
Defines a structure that contains the function pointers used to configure behavior of
NSHashTable
with respect to elements within a hash table.
ハッシュテーブル内の要素に関して、NSHashTable
の挙動を設定するのに使われる関数ポインタを含んでいる構造体を定義します。