Initializer

init(options:capacity:)

Returns a hash table initialized with the given attributes. 与えられた属性で初期化されたハッシュテーブルを返します。

Declaration 宣言

init(options: NSPointerFunctions.Options = [], 
capacity initialCapacity: Int)

Parameters パラメータ

options オプション

A bit field that specifies the options for the elements in the hash table. For possible values, see NSHashTableOptions. ハッシュテーブルの中の要素に対するオプションを指定するビットフィールド。可能な値として、NSHashTableOptionsを見てください。

capacity

The initial number of elements the hash table can hold. そのハッシュテーブルが保持可能な要素の初期数。

Return Value 戻り値

A hash table initialized with options specified by options and initial capacity of capacity. optionsによって指定されるオプションとcapacityの初期容量で初期化されるハッシュテーブル。

See Also 参照

Initialization 初期化

Related Documentation 関連文書