MCPcopy Create free account
hub / github.com/Firebasky/Java / NewObjectArray

Method NewObjectArray

JNI/jni/jni.h:1627–1630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1625 }
1626
1627 jobjectArray NewObjectArray(jsize len, jclass clazz,
1628 jobject init) {
1629 return functions->NewObjectArray(this,len,clazz,init);
1630 }
1631 jobject GetObjectArrayElement(jobjectArray array, jsize index) {
1632 return functions->GetObjectArrayElement(this,array,index);
1633 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected