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

Method iterator

src/jvm/clojure/lang/PersistentVector.java:321–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319}
320
321public Iterator iterator(){return rangedIterator(0,count());}
322
323@Override
324Spliterator rangedSpliterator(final int start, final int end){

Callers

nothing calls this directly

Calls 2

rangedIteratorMethod · 0.95
countMethod · 0.95

Tested by

no test coverage detected