MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / remove

Method remove

ij/src/main/java/ij/Prefs.java:322–325  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

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) {

Callers 15

getPreferencesMethod · 0.95
runMethod · 0.45
runMethod · 0.45
setPropMethod · 0.45
setPropertyMethod · 0.45
revertMethod · 0.45
setPropertyMethod · 0.45
setMethod · 0.45
removeWindowMenuItemMethod · 0.45
addOpenRecentItemMethod · 0.45
setCurrentWindowMethod · 0.45
setTempCurrentImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected