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

Method hasNext

src/jvm/clojure/lang/APersistentVector.java:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 int nexti = index;
214
215 public boolean hasNext(){
216 return nexti < count();
217 }
218
219 public Object next(){
220 if(nexti < count())

Callers 2

doEqualsMethod · 0.45
doEquivMethod · 0.45

Calls 1

countMethod · 0.65

Tested by

no test coverage detected