| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected