Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ size
Method
size
classpath/java/util/TreeMap.java:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
public
int
size() {
117
return
set.size();
118
}
119
120
public
boolean isEmpty() {
121
return
size() == 0;
Callers
2
isEmpty
Method · 0.95
writeObject
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
no test coverage detected