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