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

Method toArray

classpath/java/util/AbstractCollection.java:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 public abstract int size();
94
95 public Object[] toArray() {
96 return toArray(new Object[size()]);
97 }
98
99 public <S> S[] toArray(S[] array) {
100 return avian.Data.toArray(this, array);

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
toArrayMethod · 0.65

Tested by

no test coverage detected