JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
E
G
I
P
R
S
B
build()
- Method in class com.pixplicity.easyprefs.library.
Prefs.Builder
Initialize the SharedPreference instance to used in the application.
Builder()
- Constructor for class com.pixplicity.easyprefs.library.
Prefs.Builder
C
clear()
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Removed all the stored keys and values.
com.pixplicity.easyprefs.library
- package com.pixplicity.easyprefs.library
contains(String)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Checks if a value is stored for the given key.
E
edit()
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Returns the Editor of the underlying SharedPreferences instance.
G
getAll()
- Static method in class com.pixplicity.easyprefs.library.
Prefs
getBoolean(String, boolean)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Retrieves a stored boolean value.
getDouble(String, double)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Returns the double that has been saved as a long raw bits value in the long preferences.
getFloat(String, float)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Retrieves a stored float value.
getInt(String, int)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Retrieves a stored int value.
getLong(String, long)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Retrieves a stored long value.
getOrderedStringSet(String, Set<String>)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Retrieves a Set of Strings as stored by
Prefs.putOrderedStringSet(String, Set)
, preserving the original order.
getPreferences()
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Returns the underlying SharedPreference instance
getString(String, String)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Retrieves a stored String value.
getStringSet(String, Set<String>)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Retrieves a Set of Strings as stored by
Prefs.putStringSet(String, Set)
.
I
initPrefs(Context)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Deprecated.
P
Prefs
- Class in
com.pixplicity.easyprefs.library
Prefs()
- Constructor for class com.pixplicity.easyprefs.library.
Prefs
Prefs.Builder
- Class in
com.pixplicity.easyprefs.library
Builder class for the EasyPrefs instance.
putBoolean(String, boolean)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Stores a boolean value.
putDouble(String, double)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Stores a double value as a long raw bits value.
putFloat(String, float)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Stores a float value.
putInt(String, int)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Stores an integer value.
putLong(String, long)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Stores a long value.
putOrderedStringSet(String, Set<String>)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Stores a Set of Strings, preserving the order.
putString(String, String)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Stores a String value.
putStringSet(String, Set<String>)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Stores a Set of Strings.
R
remove(String)
- Static method in class com.pixplicity.easyprefs.library.
Prefs
Removes a preference value.
S
setContext(Context)
- Method in class com.pixplicity.easyprefs.library.
Prefs.Builder
Set the Context used to instantiate the SharedPreferences
setMode(int)
- Method in class com.pixplicity.easyprefs.library.
Prefs.Builder
Set the mode of the SharedPreference instance.
setPrefsName(String)
- Method in class com.pixplicity.easyprefs.library.
Prefs.Builder
Set the filename of the SharedPreference instance.
setUseDefaultSharedPreference(boolean)
- Method in class com.pixplicity.easyprefs.library.
Prefs.Builder
Set the default SharedPreference file name.
B
C
E
G
I
P
R
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes