MCPcopy Create free account
hub / github.com/davidgiven/luje / toArray

Method toArray

lib/java/util/Collections.java:2753–2755  ·  view source on GitHub ↗

@see java.util.Collection#toArray()

()

Source from the content-addressed store, hash-verified

2751 * @see java.util.Collection#toArray()
2752 */
2753 public Object[] toArray() {
2754 return c.toArray();
2755 }
2756
2757 /**
2758 * @see java.util.Collection#toArray(Object[])

Callers

nothing calls this directly

Calls 1

toArrayMethod · 0.65

Tested by

no test coverage detected