MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / lastIndexOf

Method lastIndexOf

src/java/util/Vector.java:217–219  ·  view source on GitHub ↗

Searches backwards for the specified object, starting from the last position and returns an index to it. @param elem the desired element @return the index of the element, or -1 if it was not found.

(Object elem)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

searchMethod · 0.45

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected