Initializer

init(keyOptions:valueOptions:)

Returns a new map table, initialized with the given options 新しいマップテーブルを返します、与えられたオプションで初期化されます。

Declaration 宣言

init(keyOptions: NSPointerFunctions.Options = [], 
valueOptions: NSPointerFunctions.Options = [])

Parameters パラメータ

keyOptions

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

valueOptions

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

Return Value 戻り値

A new map table, initialized with the given options. 新しいマップテーブル、与えられたオプションで初期化されます。

See Also 参照

Creating and Initializing a Map Table マップテーブルの作成と初期化