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

Method nextElement

src/jvm/clojure/lang/SeqEnumeration.java:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28public Object nextElement(){
29 Object ret = RT.first(seq);
30 seq = RT.next(seq);
31 return ret;
32}
33}

Callers 1

firstMethod · 0.80

Calls 2

firstMethod · 0.95
nextMethod · 0.95

Tested by

no test coverage detected