func set([Any]?, forKey : String)
Sets an array object for the specified key in the key-value store.
配列オブジェクトをこの指定されたキーに対してキー値保管において設定します。
func set(Bool, forKey : String)
Sets a Boolean value for the specified key in the key-value store.
ブール値をこの指定されたキーに対してキー値保管において設定します。
func set(Data?, forKey : String)
Sets a data object for the specified key in the key-value store.
データオブジェクトをこの指定されたキーに対してキー値保管において設定します。
func set([String : Any]?, forKey : String)
Sets a dictionary object for the specified key in the key-value store.
辞書オブジェクトをこの指定されたキーに対してキー値保管において設定します。
func set(Double, forKey : String)
Sets a double value for the specified key in the key-value store.
double値をこの指定されたキーに対してキー値保管において設定します。
func set(Int64, forKey : String)
Sets a
long long
value for the specified key in the key-value store.
long long
値をこの指定されたキーに対してキー値保管において設定します。
func set(Any?, forKey : String)
Sets an object for the specified key in the key-value store.
オブジェクトをこの指定されたキーに対してキー値保管において設定します。