Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ removeElement
Method
removeElement
classpath/java/util/Vector.java:92–94 ·
view source on GitHub ↗
(T element)
Source
from the content-addressed store, hash-verified
90
}
91
92
public
boolean removeElement(T element) {
93
return
remove(element);
94
}
95
96
public
synchronized
void
clear() {
97
list.clear();
Callers
nothing calls this directly
Calls
1
remove
Method · 0.95
Tested by
no test coverage detected