Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ isEmpty
Method
isEmpty
src/main/java/mudmap2/backend/Layer.java:308–310 ·
view source on GitHub ↗
Check whether the layer is empty @return true if empty
()
Source
from the content-addressed store, hash-verified
306
* @
return
true
if
empty
307
*/
308
public
boolean isEmpty() {
309
return
elements.isEmpty();
310
}
311
312
/**
313
* Gets a collection of all places
Callers
3
testIsEmpty
Method · 0.95
paintComponent
Method · 0.95
worldChanged
Method · 0.95
Calls
1
isEmpty
Method · 0.65
Tested by
1
testIsEmpty
Method · 0.76