oak
Class ObscuredSharedPreferences.Editor
java.lang.Object
oak.ObscuredSharedPreferences.Editor
- All Implemented Interfaces:
- android.content.SharedPreferences.Editor
- Enclosing class:
- ObscuredSharedPreferences
public class ObscuredSharedPreferences.Editor
- extends Object
- implements android.content.SharedPreferences.Editor
|
Field Summary |
protected android.content.SharedPreferences.Editor |
delegate
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected android.content.SharedPreferences.Editor delegate
ObscuredSharedPreferences.Editor
public ObscuredSharedPreferences.Editor()
putBoolean
public ObscuredSharedPreferences.Editor putBoolean(String key,
boolean value)
- Specified by:
putBoolean in interface android.content.SharedPreferences.Editor
putFloat
public ObscuredSharedPreferences.Editor putFloat(String key,
float value)
- Specified by:
putFloat in interface android.content.SharedPreferences.Editor
putInt
public ObscuredSharedPreferences.Editor putInt(String key,
int value)
- Specified by:
putInt in interface android.content.SharedPreferences.Editor
putLong
public ObscuredSharedPreferences.Editor putLong(String key,
long value)
- Specified by:
putLong in interface android.content.SharedPreferences.Editor
putString
public ObscuredSharedPreferences.Editor putString(String key,
String value)
- Specified by:
putString in interface android.content.SharedPreferences.Editor
putStringSet
public android.content.SharedPreferences.Editor putStringSet(String s,
Set<String> strings)
- Specified by:
putStringSet in interface android.content.SharedPreferences.Editor
clear
public ObscuredSharedPreferences.Editor clear()
- Specified by:
clear in interface android.content.SharedPreferences.Editor
commit
public boolean commit()
- Specified by:
commit in interface android.content.SharedPreferences.Editor
apply
public void apply()
- Specified by:
apply in interface android.content.SharedPreferences.Editor
remove
public ObscuredSharedPreferences.Editor remove(String s)
- Specified by:
remove in interface android.content.SharedPreferences.Editor
Copyright © 2011-2014. All Rights Reserved.