Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ addAll
Method
addAll
classpath/java/util/AbstractList.java:23–25 ·
view source on GitHub ↗
(Collection<? extends T> c)
Source
from the content-addressed store, hash-verified
21
}
22
23
public
boolean addAll(Collection<? extends T> c) {
24
return
addAll(size(), c);
25
}
26
27
public
boolean addAll(
int
startIndex, Collection<? extends T> c) {
28
if
(c == null) {
Callers
nothing calls this directly
Calls
5
add
Method · 0.95
size
Method · 0.65
iterator
Method · 0.65
hasNext
Method · 0.65
next
Method · 0.65
Tested by
no test coverage detected