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

Method maxKey

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

Source from the content-addressed store, hash-verified

269}
270
271public Object maxKey(){
272 Node t = max();
273 return t != null ? t.key : null;
274}
275
276public Node max(){
277 Node t = tree;

Callers

nothing calls this directly

Calls 1

maxMethod · 0.95

Tested by

no test coverage detected