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

Method copyInto

classpath/java/util/Vector.java:108–112  ·  view source on GitHub ↗
(Object[] array)

Source from the content-addressed store, hash-verified

106 }
107
108 public synchronized void copyInto(Object[] array) {
109 for (int i = 0; i < size(); ++i) {
110 array[i] = list.get(i);
111 }
112 }
113
114 public Iterator<T> iterator() {
115 return listIterator();

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected