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

Method val

src/jvm/clojure/lang/MapEntry.java:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35public Object val(){
36 return _val;
37}
38
39public Object getKey(){
40 return key();

Callers 1

getValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected