- getAll() - Method in interface com.github.jmatsu.multipreference.DataStore
-
Returns all pairs of key and value which are stored.
- getBoolean(String, boolean) - Method in interface com.github.jmatsu.multipreference.DataStore
-
Obtain a boolean String value from this data store.
- getFloat(String, float) - Method in interface com.github.jmatsu.multipreference.DataStore
-
Obtain a float value from this data store.
- getInt(String, int) - Method in interface com.github.jmatsu.multipreference.DataStore
-
Obtain an int value from this data store.
- getLong(String, long) - Method in interface com.github.jmatsu.multipreference.DataStore
-
Obtain a long value from this data store.
- getNonNullString(String, String) - Method in interface com.github.jmatsu.multipreference.DataStore
-
Obtain a non-null String value from this data store.
- getNonNullStringSet(String, Set<String>) - Method in interface com.github.jmatsu.multipreference.DataStore
-
Obtain a nonnull Set of String value from this data store.
- getNullableString(String, String) - Method in interface com.github.jmatsu.multipreference.DataStore
-
Obtain a nullable String value from this data store.
- getNullableStringSet(String, Set<String>) - Method in interface com.github.jmatsu.multipreference.DataStore
-
Obtain a nullable Set of String value from this data store.
- GIVEN_PARAMETER - Static variable in annotation type com.github.jmatsu.multipreference.Key
-
Use a given parameter as a placeholder