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