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

Method lastIndexOf

src/jvm/clojure/lang/ASeq.java:246–248  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

244}
245
246public int lastIndexOf(Object o){
247 return reify().lastIndexOf(o);
248}
249
250public ListIterator listIterator(){
251 return reify().listIterator();

Callers 8

CompilerClass · 0.45
trimGenIDMethod · 0.45
compileMethod · 0.45
macroexpand1Method · 0.45
compileMethod · 0.45
importClassMethod · 0.45
loadResourceScriptMethod · 0.45
compileMethod · 0.45

Calls 1

reifyMethod · 0.95

Tested by

no test coverage detected