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

Method hasNext

src/jvm/clojure/lang/RT.java:596–598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

594 else if(coll == null)
595 return new Iterator(){
596 public boolean hasNext(){
597 return false;
598 }
599
600 public Object next(){
601 throw new NoSuchElementException();

Callers 9

putAllMethod · 0.45
emitListAsObjectArrayMethod · 0.45
createMethod · 0.45
invokeMethod · 0.45
matchMethodMethod · 0.45
invokeConstructorMethod · 0.45
invokeMethod · 0.45
chunkIteratorSeqMethod · 0.45
invokeMethod · 0.45

Calls 1

lengthMethod · 0.65

Tested by

no test coverage detected