Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ remove
Method
remove
classpath/java/util/Vector.java:72–74 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
70
}
71
72
public
synchronized T remove(
int
index) {
73
return
list.remove(index);
74
}
75
76
public
synchronized boolean isEmpty() {
77
return
list.isEmpty();
Callers
2
removeElementAt
Method · 0.95
removeElement
Method · 0.95
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected