Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/luje
/ isEmpty
Method
isEmpty
lib/java/util/Collections.java:444–448 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
442
}
443
444
public
boolean isEmpty() {
445
synchronized (mutex) {
446
return
c.isEmpty();
447
}
448
}
449
450
public
Iterator<E> iterator() {
451
synchronized (mutex) {
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected