
Override methods that use
.equals()
comparisons on elements.
Returns:
the position of the object, -1 if not found.
Parameters:
-
o - the Object to search for.
-
pos - the position from which to search (backward).
See Also:
Vector.indexOf(Object, int)
,