public class SecuredPreferenceStore.Editor
extends java.lang.Object
implements android.content.SharedPreferences.Editor
| Constructor and Description |
|---|
Editor() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply() |
android.content.SharedPreferences.Editor |
clear() |
boolean |
commit() |
android.content.SharedPreferences.Editor |
putBoolean(java.lang.String s,
boolean b) |
android.content.SharedPreferences.Editor |
putBytes(java.lang.String s,
byte[] bytes) |
android.content.SharedPreferences.Editor |
putFloat(java.lang.String s,
float v) |
android.content.SharedPreferences.Editor |
putInt(java.lang.String s,
int i) |
android.content.SharedPreferences.Editor |
putLong(java.lang.String s,
long l) |
android.content.SharedPreferences.Editor |
putString(java.lang.String s,
java.lang.String s1) |
android.content.SharedPreferences.Editor |
putStringSet(java.lang.String s,
java.util.Set<java.lang.String> set) |
android.content.SharedPreferences.Editor |
remove(java.lang.String s) |
public android.content.SharedPreferences.Editor putString(java.lang.String s,
java.lang.String s1)
putString in interface android.content.SharedPreferences.Editorpublic android.content.SharedPreferences.Editor putStringSet(java.lang.String s,
java.util.Set<java.lang.String> set)
putStringSet in interface android.content.SharedPreferences.Editorpublic android.content.SharedPreferences.Editor putInt(java.lang.String s,
int i)
putInt in interface android.content.SharedPreferences.Editorpublic android.content.SharedPreferences.Editor putLong(java.lang.String s,
long l)
putLong in interface android.content.SharedPreferences.Editorpublic android.content.SharedPreferences.Editor putFloat(java.lang.String s,
float v)
putFloat in interface android.content.SharedPreferences.Editorpublic android.content.SharedPreferences.Editor putBoolean(java.lang.String s,
boolean b)
putBoolean in interface android.content.SharedPreferences.Editorpublic android.content.SharedPreferences.Editor putBytes(java.lang.String s,
byte[] bytes)
public android.content.SharedPreferences.Editor remove(java.lang.String s)
remove in interface android.content.SharedPreferences.Editorpublic android.content.SharedPreferences.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.Editor