func set(Any?, forKey : String)
Sets the value of the specified default key.
指定されたdefaultキーの値を設定します。
func set(Float, forKey : String)
Sets the value of the specified default key to the specified float value.
指定されたdefaultキーの値をこの指定されたfloat値へと設定します。
func set(Double, forKey : String)
Sets the value of the specified default key to the double value.
指定されたdefaultキーの値をこの指定されたdouble値へと設定します。
func set(Int, forKey : String)
Sets the value of the specified default key to the specified integer value.
指定されたdefaultキーの値をこの指定された整数値へと設定します。
func set(URL?, forKey : String)
Sets the value of the specified default key to the specified URL.
指定されたdefaultキーの値をこの指定されたURLへと設定します。