Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getWindowType
Method · 0.45
run
Method · 0.45
saveImage
Method · 0.45
saveFolder
Method · 0.45
saveMPTable
Method · 0.45
run
Method · 0.45
makeStackFrom3DData
Method · 0.45
makeStackFromManyHDU
Method · 0.45
matchesFilter
Method · 0.45
load
Method · 0.45
closeAll
Method · 0.45
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected