Interface PrefMap

All Known Implementing Classes:
RegularPrefMap

public interface PrefMap
Storage of individual preferences
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String key, String defaultValue)
     
    void
    set(String key, String value)
     
  • Method Details

    • get

      @Null String get(String key, @Null String defaultValue)
      Returns:
      saved value or null if not set. Null values can be treated as "contains"
    • set

      void set(String key, @Null String value)
      Parameters:
      value - can be null, which is equal to "remove"