(String key)
| 320 | } |
| 321 | |
| 322 | @AstroImageJ(reason = "Update preferences to new formats") |
| 323 | public static void remove(String key) { |
| 324 | ijPrefs.remove(KEY_PREFIX+key); |
| 325 | } |
| 326 | |
| 327 | @AstroImageJ(reason = "Update preferences to new formats") |
| 328 | public static boolean containsKey(String key) { |
no outgoing calls
no test coverage detected