Instance Method インスタンスメソッド

remove(_:)

Removes a given object from the hash table. ある与えられたオブジェクトをハッシュテーブルから取り除きます。

Declaration 宣言

func remove(_ object: ObjectType?)

Parameters パラメータ

object

The object to remove from the hash table. ハッシュテーブルから取り除くことになるオブジェクト。

See Also 参照

Manipulating Membership メンバーシップを操作する