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

Method mapAt

src/jvm/clojure/lang/TransactionalHashMap.java:21–23  ·  view source on GitHub ↗
(int bin)

Source from the content-addressed store, hash-verified

19final Ref[] bins;
20
21IPersistentMap mapAt(int bin){
22 return (IPersistentMap) bins[bin].deref();
23}
24
25final int binFor(Object k){
26 //spread hashes, a la Cliff Click

Callers 3

entryAtMethod · 0.95
sizeMethod · 0.95
entrySetMethod · 0.95

Calls 1

derefMethod · 0.65

Tested by

no test coverage detected