public interface PreferencesInfo
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKeys()
Return the immutable set of keys.
|
PreferenceInfo |
getPreference(String key)
A preference specified by its key.
|
PreferenceInfo getPreference(String key) throws IllegalArgumentException
key - the keyIllegalArgumentException - if the key is nullCopyright © 2003-2021 GateIn. All Rights Reserved.