Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ addAll
Method
addAll
classpath/java/util/Vector.java:48–50 ·
view source on GitHub ↗
(Collection<? extends T> collection)
Source
from the content-addressed store, hash-verified
46
}
47
48
public
synchronized boolean addAll(Collection<? extends T> collection) {
49
return
list.addAll(collection);
50
}
51
52
public
void
addElement(T element) {
53
add(element);
Callers
nothing calls this directly
Calls
1
addAll
Method · 0.65
Tested by
no test coverage detected