![JAR search and dependency download from the Maven repository](/logo.png)
java.lang.VMSystem Maven / Gradle / Ivy
The newest version!
package java.lang;
public class VMSystem {
public static native void arraycopy(Object src, int srcPos,
Object dest, int destPos,
int length);
public static void arraycopy0(Object src, int srcPos, Object dest, int destPos, int length) {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy