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

Method GetObjectArrayElement

JNI/jni/jni.h:1631–1633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1629 return functions->NewObjectArray(this,len,clazz,init);
1630 }
1631 jobject GetObjectArrayElement(jobjectArray array, jsize index) {
1632 return functions->GetObjectArrayElement(this,array,index);
1633 }
1634 void SetObjectArrayElement(jobjectArray array, jsize index,
1635 jobject val) {
1636 functions->SetObjectArrayElement(this,array,index,val);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected