MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / removeElement

Method removeElement

src/java/util/Vector.java:351–358  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

deleteObserverMethod · 0.80

Calls 2

indexOfMethod · 0.95
removeElementAtMethod · 0.95

Tested by

no test coverage detected