func add(ObjectType?)
Adds a given object to the hash table.
ある与えられたオブジェクトをハッシュテーブルに加えます。
func removeAllObjects ()
Removes all objects from the hash table.
全てのオブジェクトをハッシュテーブルから取り除きます。
Availability 有効性
Technology
func remove(_ object: ObjectType ?)
object
The object to remove from the hash table. ハッシュテーブルから取り除くことになるオブジェクト。
func add(ObjectType?)
func removeAllObjects ()