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

Method next

src/jvm/clojure/lang/ChunkedCons.java:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42public ISeq next(){
43 if(chunk.count() > 1)
44 return new ChunkedCons(chunk.dropFirst(), _more);
45 return chunkedNext();
46}
47
48public ISeq more(){
49 if(chunk.count() > 1)

Callers

nothing calls this directly

Calls 3

chunkedNextMethod · 0.95
countMethod · 0.65
dropFirstMethod · 0.65

Tested by

no test coverage detected