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