public class StaticUtils
extends java.lang.Object
| Constructor | Description |
|---|---|
StaticUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static long |
getRemainingMemory() |
Gets the current remaining memory of the runtime
|
static double |
getUsedMemory() |
Gets the current used memory of the runtime
|