clojure / clojure-cheatsheets

Cheatsheets and information for Clojure/JVM and ClojureScript
https://clojure.org/api/cheatsheet
154 stars 22 forks source link

Clojure's Lists and Vectors implement Java.util.List not java.util.Ve… #46

Closed markmathis closed 6 years ago

markmathis commented 6 years ago

java.util.Vector has an overload of (last)indexOf that isn't part of java.util.List. It's shown on the page that is currently linked from the cheatsheet and makes it seem like you can use that overload with a Clojure List or Vector (but you can't).

jafingerhut commented 6 years ago

Looks good to me. Thanks!