Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
271
public
Object maxKey(){
272
Node t = max();
273
return
t != null ? t.key : null;
274
}
275
276
public
Node max(){
277
Node t = tree;
Callers
nothing calls this directly
Calls
1
max
Method · 0.95
Tested by
no test coverage detected