func NSMapMember (NSMapTable<AnyObject, AnyObject>, UnsafeRawPointer, UnsafeMutablePointer<UnsafeMutableRawPointer?>?, UnsafeMutablePointer<UnsafeMutableRawPointer?>?) -> Bool
Indicates whether a given table contains a given key.
与えられたテーブルが、与えられたキーを含むかどうかを指し示します。
func NSAllMapTableValues (NSMapTable<AnyObject, AnyObject>) -> [Any]
Returns all of the values in the specified table.
指定されたテーブルの中の全ての値が返されます。
func NSMapGet (NSMapTable<AnyObject, AnyObject>, UnsafeRawPointer?) -> UnsafeMutableRawPointer?
Returns a map table value for the specified key.
指定されたキーに対するマップテーブル値を返します。
func NSEnumerateMapTable (NSMapTable<AnyObject, AnyObject>) -> NSMapEnumerator
Creates an enumerator for the specified map table.
指定されたマップテーブルのための列挙子を作成します。
func NSAllMapTableKeys (NSMapTable<AnyObject, AnyObject>) -> [Any]
Returns all of the keys in the specified map table.
指定されたマップテーブルの中の全てのキーを返します。