Package dalvik.system
Class VMRuntime
- java.lang.Object
-
- dalvik.system.VMRuntime
-
public class VMRuntime extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VMRuntime()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VMRuntimegetRuntime()<T> java.lang.ObjectnewUnpaddedArray(java.lang.Class<T> clazz, int minLen)
-
-
-
Method Detail
-
getRuntime
public static VMRuntime getRuntime()
-
newUnpaddedArray
public <T> java.lang.Object newUnpaddedArray(java.lang.Class<T> clazz, int minLen)
-
-