func objectEnumerator () -> NSEnumerator
Returns an enumerator object that lets you access each object in the set once, independent of its count.
ある列挙子オブジェクトを返します、それはあなたに集合の中の各オブジェクトに一度だけアクセスを、それの計数から独立して行わせます。
Availability 有効性
Technology
func count(for object: Any) -> Int
anObject
The object for which to return the count. それに対する計数を返すところのオブジェクト。
The count associated with an
in the set, which can be thought of as the number of occurrences of an
present in the set.
その集合においてan
と結び付けられる計数、それは集合の中に存在するan
の発生数として考えられることができます。
func objectEnumerator () -> NSEnumerator
var count: Int