MCPcopy 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
172public boolean isEmpty(){
173 return count() == 0;
174}
175
176public Iterator iterator(){
177 if(impl instanceof IMapIterable)

Callers

nothing calls this directly

Calls 1

countMethod · 0.95

Tested by

no test coverage detected