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

Method hasNext

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

Source from the content-addressed store, hash-verified

297 Object[] array = (start < count())?arrayFor(i):null;
298
299 public boolean hasNext(){
300 return i < end;
301 }
302
303 public Object next(){
304 if(i < end) {

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected