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

Method keySet

ij/src/main/java/ij/astro/types/MultiMap.java:105–107  ·  view source on GitHub ↗

Returns a set of all keys in the MultiMap. @return a set of all keys

()

Source from the content-addressed store, hash-verified

103 * @return a set of all keys
104 */
105 public Set<K> keySet() {
106 return map.keySet();
107 }
108
109 public boolean isEmpty() {
110 return map.isEmpty();

Callers 11

runMethod · 0.80
cloneMethod · 0.80
hasLabelMethod · 0.80
scaleDefaultFontsMethod · 0.80
scaleFontInUIManagerMethod · 0.80
LoadAstrObjsMethod · 0.80
ClearAstrObjsMethod · 0.80
requestTimesMethod · 0.80
getParameterNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected