- initWithKeyOptions:valueOptions:capacity:
Returns a map table, initialized with the given options.
あるマップテーブルを返します、与えられたオプションで初期化されます。
+ mapTableWithKeyOptions:valueOptions:
Returns a new map table, initialized with the given options
新しいマップテーブルを返します、与えられたオプションで初期化されます。
+ strongToStrongObjectsMapTable
Returns a new map table object which has strong references to the keys and values.
新しいマップテーブルオブジェクトを返します、それは強い参照をキーと値に対して持ちます。
+ weakToStrongObjectsMapTable
Returns a new map table object which has weak references to the keys and strong references to the values.
新しいマップテーブルオブジェクトを返します、それは弱い参照をキーに対してそして強い参照を値に対して持ちます。
+ strongToWeakObjectsMapTable
Returns a new map table object which has strong references to the keys and weak references to the values.
新しいマップテーブルオブジェクトを返します、それは強い参照をキーに対してそして弱い参照を値に対して持ちます。
+ weakToWeakObjectsMapTable
Returns a new map table object which has weak references to the keys and values.
新しいマップテーブルオブジェクトを返します、それは弱い参照をキーと値に対して持ちます。
NSMapTableOptions
Constants used as components in a bitfield to specify the behavior of elements (keys and values) in an
NSMapTable
object.
これら定数は構成要素としてビットフィールドにおいて使われて要素(キーと値)の挙動をNSMapTable
オブジェクトにおいて指定します。