Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isEmpty
Method
isEmpty
classpath/java/util/TreeMap.java:227–229 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
225
}
226
227
public
boolean isEmpty() {
228
return
TreeMap.this.isEmpty();
229
}
230
231
public
boolean contains(Object value) {
232
return
containsValue(value);
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected