class func weakObjects () -> NSHashTable<ObjectType>
Returns a new hash table for storing weak references to its contents.
それの内容への弱い参照を格納するため新しいハッシュテーブルを返します。
Availability 有効性
Technology
init(options: NSPointerFunctions
.Options
= [])
options
オプション
A bit field that specifies the options for the elements in the hash table. For possible values, see NSHash
.
ハッシュテーブルの中の要素に対するオプションを指定するビットフィールド。可能な値として、NSHash
を見てください。
A hash table with given pointer functions options. 与えられたポインタ関数オプションを使うハッシュテーブル。
class func weakObjects () -> NSHashTable<ObjectType>