Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ assocN
Method
assocN
src/jvm/clojure/lang/AMapEntry.java:34–36 ·
view source on GitHub ↗
(int i, Object val)
Source
from the content-addressed store, hash-verified
32
}
33
34
public
IPersistentVector assocN(
int
i, Object val){
35
return
asVector().assocN(i, val);
36
}
37
38
public
int
count(){
39
return
2;
Callers
nothing calls this directly
Calls
2
asVector
Method · 0.95
assocN
Method · 0.65
Tested by
no test coverage detected