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

Method next

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

Source from the content-addressed store, hash-verified

598 }
599
600 public Object next(){
601 throw new NoSuchElementException();
602 }
603
604 public void remove(){
605 throw new UnsupportedOperationException();

Callers 15

nextElementMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
toHostExprMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
analyzeSeqMethod · 0.95

Calls 2

nextMethod · 0.95
seqMethod · 0.95

Tested by

no test coverage detected