Interface PrefMap
- All Known Implementing Classes:
 RegularPrefMap
public interface PrefMap
Storage of individual preferences
- 
Method Summary
 
- 
Method Details
- 
get
- Returns:
 - saved value or null if not set. Null values can be treated as "contains"
 
 - 
set
- Parameters:
 value- can be null, which is equal to "remove"
 
 -