All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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