Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ isEmpty
Method
isEmpty
lib/java/util/Collections.java:2728–2730 ·
view source on GitHub ↗
@see java.util.Collection#isEmpty()
()
Source
from the content-addressed store, hash-verified
2726
* @see java.util.Collection#isEmpty()
2727
*/
2728
public
boolean isEmpty() {
2729
return
c.isEmpty();
2730
}
2731
2732
/**
2733
* @see java.util.Collection#contains(Object)
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected