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

Method makeObjectArray

classpath/java/lang/reflect/Array.java:99–99  ·  view source on GitHub ↗
(Class elementType, int length)

Source from the content-addressed store, hash-verified

97 public static native int getLength(Object array);
98
99 private static native Object makeObjectArray(Class elementType, int length);
100
101 public static Object newInstance(Class elementType, int length) {
102 if (length < 0) {

Callers 1

newInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected