NSCreateMapTableWithZone
Creates a new map table in the specified zone.
新しいマップテーブルを、指定されたゾーンの中に作成します。
NSCreateMapTable
Creates a new map table in the default zone.
新しいマップテーブルを、省略時のゾーンの中に作成します。
Availability 有効性
Technology
BOOL NSCompareMapTables(NSMapTable
*table1, NSMapTable
*table2);
YES
if the keys and corresponding values of table1
and table2
are the same, and the two tables are the same size, otherwise NO
.
YES
、もしキーとtable1
およびtable2
の対応する値が同じである、そして2つのテーブルのサイズが同じならば、そうでなければNO
。
NSCreateMapTableWithZone
NSCreateMapTable