Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
246
public
int
lastIndexOf(Object o){
247
return
reify().lastIndexOf(o);
248
}
249
250
public
ListIterator listIterator(){
251
return
reify().listIterator();
Callers
8
Compiler
Class · 0.45
trimGenID
Method · 0.45
compile
Method · 0.45
macroexpand1
Method · 0.45
compile
Method · 0.45
importClass
Method · 0.45
loadResourceScript
Method · 0.45
compile
Method · 0.45
Calls
1
reify
Method · 0.95
Tested by
no test coverage detected