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

add(_:)

Adds a given object to the hash table. ある与えられたオブジェクトをハッシュテーブルに加えます。

Declaration 宣言

func add(_ object: ObjectType?)

Parameters パラメータ

object

The object to add to the hash table. ハッシュテーブルに加えることになるオブジェクト。

See Also 参照

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