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

Method isEmpty

ij/src/main/java/ij/astro/types/MultiMap.java:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 public boolean isEmpty() {
110 return map.isEmpty();
111 }
112
113 public int size() {
114 return map.size();

Callers 15

getWindowTypeMethod · 0.45
runMethod · 0.45
saveImageMethod · 0.45
saveFolderMethod · 0.45
saveMPTableMethod · 0.45
runMethod · 0.45
makeStackFrom3DDataMethod · 0.45
makeStackFromManyHDUMethod · 0.45
matchesFilterMethod · 0.45
loadMethod · 0.45
closeAllMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected