NSCreateHashTable
Creates and returns a new hash table.
新しいハッシュテーブルを作成して返します。
NSFreeHashTable
Deletes the specified hash table.
指定されたハッシュテーブルを削除します。
Availability 有効性
Technology
NSArray
* NSAllHashTableObjects(NSHashTable
*table);
An array object containing all the elements of table
.
table
の要素すべてを含んでいる配列オブジェクト。
This function should be called only when the table elements are objects, not when they’re any other data type. この関数は、テーブル要素それらがオブジェクトである場合にのみ呼び出されるべきです、それらが何か他のデータ型である場合ではなく。
NSCreateHashTable
NSFreeHashTable