MCPcopy Index your code
hub / github.com/clojure/clojure / size

Method size

src/jvm/clojure/lang/APersistentSet.java:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166}
167
168public int size(){
169 return count();
170}
171
172public boolean isEmpty(){
173 return count() == 0;

Callers 2

equivMethod · 0.95
setEqualsMethod · 0.45

Calls 1

countMethod · 0.95

Tested by

no test coverage detected