| java.lang.Object com.google.gwt.emul.java.lang.System
System | final public class System (Code) | | General-purpose low-level utility methods. GWT only supports a limited subset
of these methods due to browser limitations. Only the documented methods are
available.
|
arraycopy | public static void arraycopy(Object src, int srcOfs, Object dest, int destOfs, int len)(Code) | | |
currentTimeMillis | native public static long currentTimeMillis()(Code) | | |
gc | native public static void gc()(Code) | | Has no effect; just here for source compatibility.
|
identityHashCode | native public static int identityHashCode(Object o)(Code) | | |
|
|