oak
Class ObscuredSharedPreferences.Editor

java.lang.Object
  extended by 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
           
 
Constructor Summary
ObscuredSharedPreferences.Editor()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegate

protected android.content.SharedPreferences.Editor delegate
Constructor Detail

ObscuredSharedPreferences.Editor

public ObscuredSharedPreferences.Editor()
Method Detail

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.