Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isEmpty
Method
isEmpty
classpath/java/util/TreeMap.java:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
public
boolean isEmpty() {
184
return
TreeMap.this.isEmpty();
185
}
186
187
public
boolean contains(Object key) {
188
return
containsKey(key);
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected