func NSCreateHashTable (NSHashTableCallBacks, Int) -> NSHashTable<AnyObject>
Creates and returns a new hash table.
新しいハッシュテーブルを作成して返します。
func NSCreateHashTableWithZone (NSHashTableCallBacks, Int, NSZone?) -> NSHashTable<AnyObject>
Creates a new hash table in a given zone.
新しいハッシュテーブルを、与えられたゾーンに作成します。