Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isEmpty
Method
isEmpty
classpath/java/util/TreeSet.java:123–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
public
boolean isEmpty() {
124
return
set.size() == 0;
125
}
126
127
public
boolean contains(Object value) {
128
return
!set.find(
new
Cell(value, null)).fresh();
Callers
2
first
Method · 0.95
last
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
no test coverage detected