MCPcopy Create free account
hub / github.com/ReadyTalk/avian / add

Method add

classpath/java/util/AbstractList.java:18–21  ·  view source on GitHub ↗
(T o)

Source from the content-addressed store, hash-verified

16 protected int modCount;
17
18 public boolean add(T o) {
19 add(size(), o);
20 return true;
21 }
22
23 public boolean addAll(Collection<? extends T> c) {
24 return addAll(size(), c);

Callers 1

addAllMethod · 0.95

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected