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

Method hasPrevious

src/jvm/clojure/lang/APersistentVector.java:226–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 }
225
226 public boolean hasPrevious(){
227 return nexti > 0;
228 }
229
230 public Object previous(){
231 if(nexti > 0)

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected