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

Method listIterator

src/jvm/clojure/lang/ASeq.java:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248}
249
250public ListIterator listIterator(){
251 return reify().listIterator();
252}
253
254public ListIterator listIterator(int index){
255 return reify().listIterator(index);

Callers

nothing calls this directly

Calls 1

reifyMethod · 0.95

Tested by

no test coverage detected