Type Method 型メソッド

weakObjects()

Returns a new hash table for storing weak references to its contents. それの内容への弱い参照を格納するため新しいハッシュテーブルを返します。

Declaration 宣言

class func weakObjects() -> NSHashTable<ObjectType>

Return Value 戻り値

A new hash table that uses the weakMemory options and objectPersonality and has an initial capacity of 0. 新しいハッシュテーブル、それはweakMemoryオプションとobjectPersonalityを使い、そして 0の初期容量を持ちます。

See Also 参照

Convenience Constructors 便宜コンストラクタ