NSAllHashTableObjects
Returns all of the elements in the specified hash table.
指定されたハッシュテーブルの中の要素のすべてを返します。
NSCompareHashTables
Returns a Boolean value that indicates whether the elements of two hash tables are equal.
2つのハッシュテーブルのそれら要素が等しいかどうかを指し示すブール値を返します。
NSCopyHashTableWithZone
Performs a shallow copy of the specified hash table.
指定されたハッシュテーブルの浅いコピーを実行します。
NSCountHashTable
Returns the number of elements in a hash table.
あるハッシュテーブルの中の要素数を返します。
NSCreateHashTable
Creates and returns a new hash table.
新しいハッシュテーブルを作成して返します。
NSCreateHashTableWithZone
Creates a new hash table in a given zone.
新しいハッシュテーブルを、与えられたゾーンに作成します。
NSEndHashTableEnumeration
Used when finished with an enumerator.
ある列挙子で終了した時に使われます。
NSEnumerateHashTable
Creates an enumerator for the specified hash table.
指定されたハッシュテーブルのための列挙子を作成します。
NSFreeHashTable
Deletes the specified hash table.
指定されたハッシュテーブルを削除します。
NSHashGet
Returns an element of the hash table.
ハッシュテーブルのある要素を返します。
NSHashInsert
Adds an element to the specified hash table.
ある要素を、指定されたハッシュテーブルに追加します。
NSHashInsertIfAbsent
Adds an element to the specified hash table only if the table does not already contain the element.
指定されたハッシュテーブルに要素を、そのテーブルがまだその要素を含まない場合にのみ、追加します。
NSHashInsertKnownAbsent
Adds an element to the specified hash table.
ある要素を、指定されたハッシュテーブルに追加します。
NSHashRemove
Removes an element from the specified hash table.
指定されたハッシュテーブルから要素を除去します。
NSNextHashEnumeratorItem
Returns the next hash-table element in the enumeration.
列挙の中の次のハッシュテーブル要素を返します。
NSResetHashTable
Deletes the elements of the specified hash table.
指定されたハッシュテーブルの要素を削除します。
NSStringFromHashTable
Returns a string describing the hash table’s contents.
ハッシュテーブルの内容を記述している文字列を返します。