NSCreateHashTable
Creates and returns a new hash table.
新しいハッシュテーブルを作成して返します。
NSCreateHashTableWithZone
Creates a new hash table in a given zone.
新しいハッシュテーブルを、与えられたゾーンに作成します。
Availability 有効性
Technology
BOOL NSCompareHashTables(NSHashTable
*table1, NSHashTable
*table2);
YES
if the two hash tables are equal—that is, if each element of table1
is in table2
and the two tables are the same size, otherwise NO
.
YES
、もし2つのハッシュテーブルが等しいならば — すなわち、table1
の要素それぞれがtable2
の中にあるそして2つのテーブルが同じサイズならば、そうでなければNO
。
NSCreateHashTable
NSCreateHashTableWithZone