MCPcopy 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
34public IPersistentVector assocN(int i, Object val){
35 return asVector().assocN(i, val);
36}
37
38public int count(){
39 return 2;

Callers

nothing calls this directly

Calls 2

asVectorMethod · 0.95
assocNMethod · 0.65

Tested by

no test coverage detected