Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isEmpty
Method
isEmpty
classpath/java/util/TreeMap.java:120–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
public
boolean isEmpty() {
121
return
size() == 0;
122
}
123
124
public
boolean containsKey(Object key) {
125
return
set.contains(
new
MyEntry(key, null));
Callers
nothing calls this directly
Calls
1
size
Method · 0.95
Tested by
no test coverage detected