public class CryptoSharedPreferences.Editor extends Object implements android.content.SharedPreferences.Editor
| Modifier and Type | Field and Description |
|---|---|
protected android.content.SharedPreferences.Editor |
delegate |
| Constructor and Description |
|---|
Editor() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply() |
CryptoSharedPreferences.Editor |
clear() |
boolean |
commit() |
CryptoSharedPreferences.Editor |
putBoolean(String key,
boolean value) |
CryptoSharedPreferences.Editor |
putFloat(String key,
float value) |
CryptoSharedPreferences.Editor |
putInt(String key,
int value) |
CryptoSharedPreferences.Editor |
putLong(String key,
long value) |
CryptoSharedPreferences.Editor |
putString(String key,
String value) |
android.content.SharedPreferences.Editor |
putStringSet(String s,
Set<String> strings) |
CryptoSharedPreferences.Editor |
remove(String s) |
public CryptoSharedPreferences.Editor putBoolean(String key, boolean value)
putBoolean in interface android.content.SharedPreferences.Editorpublic CryptoSharedPreferences.Editor putFloat(String key, float value)
putFloat in interface android.content.SharedPreferences.Editorpublic CryptoSharedPreferences.Editor putInt(String key, int value)
putInt in interface android.content.SharedPreferences.Editorpublic CryptoSharedPreferences.Editor putLong(String key, long value)
putLong in interface android.content.SharedPreferences.Editorpublic CryptoSharedPreferences.Editor putString(String key, String value)
putString in interface android.content.SharedPreferences.Editorpublic android.content.SharedPreferences.Editor putStringSet(String s, Set<String> strings)
putStringSet in interface android.content.SharedPreferences.Editorpublic CryptoSharedPreferences.Editor clear()
clear in interface android.content.SharedPreferences.Editorpublic boolean commit()
commit in interface android.content.SharedPreferences.Editorpublic void apply()
apply in interface android.content.SharedPreferences.Editorpublic CryptoSharedPreferences.Editor remove(String s)
remove in interface android.content.SharedPreferences.EditorCopyright © 2011–2014. All rights reserved.