Although the cheat sheet is hosted on
clojure.org, I'd hesitate a bit in inferring from its contents that .indexOf and .lastIndexOf are officially suggested options. More precise would be to say that when I was updating the cheatsheet a year ago to add many things that weren't already on there, it occurred to me that those would be useful for people to know about, even though they could of course write equivalents for themselves.
I'm certainly open to suggestions for those entries on the cheat sheet if there is something better to suggest. (or any of it at all, really)
If there already are Clojure core or contrib functions that have the same behavior and performance as .indexOf / .lastIndexOf, I'm all ears.
Andy