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.Editor
public CryptoSharedPreferences.Editor putFloat(String key, float value)
putFloat
in interface android.content.SharedPreferences.Editor
public CryptoSharedPreferences.Editor putInt(String key, int value)
putInt
in interface android.content.SharedPreferences.Editor
public CryptoSharedPreferences.Editor putLong(String key, long value)
putLong
in interface android.content.SharedPreferences.Editor
public CryptoSharedPreferences.Editor putString(String key, String value)
putString
in interface android.content.SharedPreferences.Editor
public android.content.SharedPreferences.Editor putStringSet(String s, Set<String> strings)
putStringSet
in interface android.content.SharedPreferences.Editor
public CryptoSharedPreferences.Editor clear()
clear
in interface android.content.SharedPreferences.Editor
public boolean commit()
commit
in interface android.content.SharedPreferences.Editor
public void apply()
apply
in interface android.content.SharedPreferences.Editor
public CryptoSharedPreferences.Editor remove(String s)
remove
in interface android.content.SharedPreferences.Editor
Copyright © 2011–2014. All rights reserved.