init(pointerFunctions : NSPointerFunctions, capacity: Int)
Returns a hash table initialized with the given functions and capacity.
与えられた関数と要領で初期化されたハッシュテーブルを返します。
Availability 有効性
Technology
init(options: NSPointerFunctions
.Options
= [],
capacity initialCapacity: Int
)
options
オプション
A bit field that specifies the options for the elements in the hash table. For possible values, see NSHash
.
ハッシュテーブルの中の要素に対するオプションを指定するビットフィールド。可能な値として、NSHash
を見てください。
capacity
The initial number of elements the hash table can hold. そのハッシュテーブルが保持可能な要素の初期数。
A hash table initialized with options specified by options
and initial capacity of capacity
.
options
によって指定されるオプションとcapacity
の初期容量で初期化されるハッシュテーブル。
init(pointerFunctions : NSPointerFunctions, capacity: Int)