init(options: NSPointerFunctions.Options)
Returns a hash table with given pointer functions options.
与えられたポインタ関数オプションを使うハッシュテーブルを返します。
Availability 有効性
Technology
class func weakObjects() -> NSHashTable
<ObjectType >
A new hash table that uses the weak
options and object
and has an initial capacity of 0
.
新しいハッシュテーブル、それはweak
オプションとobject
を使い、そして 0
の初期容量を持ちます。
init(options: NSPointerFunctions.Options)