Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ seq
Method
seq
src/jvm/clojure/lang/PersistentTreeMap.java:153–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
}
152
153
public
ISeq seq(){
154
if
(_count > 0)
155
return
Seq.create(tree, true, _count);
156
return
null;
157
}
158
159
public
IPersistentCollection empty(){
160
return
new
PersistentTreeMap(meta(), comp);
Callers
1
seq
Method · 0.95
Calls
1
create
Method · 0.95
Tested by
no test coverage detected