mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
classpath progress
This commit is contained in:
@ -5,6 +5,8 @@ public final class Array {
|
||||
|
||||
public static native Object get(Object array, int index);
|
||||
|
||||
public static native void set(Object array, int index, Object value);
|
||||
|
||||
public static native int getLength(Object array);
|
||||
|
||||
private static native Object makeObjectArray(Class elementType, int length);
|
||||
|
Reference in New Issue
Block a user