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

Method toArray

classpath/java/util/ArrayDeque.java:261–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 }
260
261 @Override
262 public Object[] toArray() {
263 Object[] result = new Object[size];
264 copyInto(result);
265
266 return result;
267 }
268
269 @Override
270 public <S> S[] toArray(S[] array) {

Callers

nothing calls this directly

Calls 2

copyIntoMethod · 0.95
toArrayMethod · 0.65

Tested by

no test coverage detected