Removes the element from the vector. If the object occurs more than once, only the first is removed. If the object is not an element, returns false. @param obj the element to be removed @return true if the element was actually removed; false otherwise.
(Object obj)
source not stored for this graph (policy: none)
no test coverage detected