Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ addAll
Method
addAll
classpath/java/util/LinkedList.java:133–137 ·
view source on GitHub ↗
(Collection<? extends T> collection)
Source
from the content-addressed store, hash-verified
131
}
132
133
@Override
134
public
boolean addAll(Collection<? extends T> collection) {
135
for
(T t: collection) add(t);
136
return
true;
137
}
138
139
@Override
140
public
void
add(
int
index, T element) {
Callers
1
LinkedList
Method · 0.95
Calls
1
add
Method · 0.95
Tested by
no test coverage detected