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

Method rseq

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

Source from the content-addressed store, hash-verified

161}
162
163public ISeq rseq() {
164 if(_count > 0)
165 return Seq.create(tree, false, _count);
166 return null;
167}
168
169public Comparator comparator(){
170 return comp;

Callers 1

invokeMethod · 0.95

Calls 1

createMethod · 0.95

Tested by

no test coverage detected