Class PreferencesMap<T extends PreferencesMap.ConfigurationData>

    • Constructor Detail

      • PreferencesMap

        public PreferencesMap​(Preferences preferences)
    • Method Detail

      • create

        protected abstract T create​(String key,
                                    long time)
      • get

        protected T get​(String key)
      • init

        protected void init()
      • getKnownKeys

        protected String[] getKnownKeys()
      • add

        protected void add​(T configurationData)
      • remove

        protected void remove​(String key)
      • getMostRecentEntry

        public String getMostRecentEntry()