Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ size
Method
size
src/jvm/clojure/lang/APersistentMap.java:319–321 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
317
}
318
319
public
int
size(){
320
return
count();
321
}
322
323
public
int
hashCode(){
324
return
APersistentMap.this.hashCode();
Callers
2
equiv
Method · 0.95
mapEquals
Method · 0.45
Calls
1
count
Method · 0.65
Tested by
no test coverage detected