var anyObject : ObjectType?
One of the objects in the hash table.
ハッシュテーブルの中のオブジェクトの1つ。
var allObjects : [ObjectType]
The hash table’s members.
ハッシュテーブルのもつメンバー。
var setRepresentation : Set<AnyHashable>
A set that contains the hash table’s members.
ハッシュテーブルのメンバーを含んでいる集合。
func contains(ObjectType?) -> Bool
Returns a Boolean value that indicates whether the hash table contains a given object.
ハッシュテーブルがある与えられたオブジェクトを含むかどうかを指し示すデールチを返します。
func member(ObjectType?) -> ObjectType?
Determines whether the hash table contains a given object, and returns that object if it is present
ハッシュテーブルがある与えられたオブジェクトを含むかどうか判定します、そしてそれが存在するならばそのオブジェクトを返します。
func objectEnumerator () -> NSEnumerator
Returns an enumerator object that lets you access each object in the hash table.
あなたにハッシュテーブルの中の各オブジェクトにアクセスさせる列挙子オブジェクトを返します。