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