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

Method next

src/jvm/clojure/lang/PersistentList.java:99–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99public ISeq next(){
100 if(_count == 1)
101 return null;
102 return (ISeq) _rest;
103}
104
105public Object peek(){
106 return first();

Callers 1

reduceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected