Type Method 型メソッド

weakObjectsHashTable

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

Declaration 宣言

+ (NSHashTable<ObjectType> *)weakObjectsHashTable;

Return Value 戻り値

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

See Also 参照

Convenience Constructors 便宜コンストラクタ