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

count(for:)

Returns the count associated with a given object in the set. この集合の中の与えられたオブジェクトと結び付けられる計数を返します。

Declaration 宣言

func count(for object: Any) -> Int

Parameters パラメータ

anObject

The object for which to return the count. それに対する計数を返すところのオブジェクト。

Return Value 戻り値

The count associated with anObject in the set, which can be thought of as the number of occurrences of anObject present in the set. その集合においてanObjectと結び付けられる計数、それは集合の中に存在するanObjectの発生数として考えられることができます。

See Also 参照

Examining a Counted Set ある計数集合を調べる

Related Documentation 関連文書