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

Method minKey

src/jvm/clojure/lang/PersistentTreeMap.java:256–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254}
255
256public Object minKey(){
257 Node t = min();
258 return t != null ? t.key : null;
259}
260
261public Node min(){
262 Node t = tree;

Callers

nothing calls this directly

Calls 1

minMethod · 0.95

Tested by

no test coverage detected