Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isEmpty
Method
isEmpty
src/jvm/clojure/lang/APersistentSet.java:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
}
171
172
public
boolean isEmpty(){
173
return
count() == 0;
174
}
175
176
public
Iterator iterator(){
177
if
(impl instanceof IMapIterable)
Callers
nothing calls this directly
Calls
1
count
Method · 0.95
Tested by
no test coverage detected