public class MemoryBean extends Object
| Constructor and Description | 
|---|
| MemoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getFreeMemory() | 
| String | getFreeMemoryLabel() | 
| long | getTotalMemory() | 
| String | getTotalMemoryLabel() | 
| String | getUsedMemoryLabel() | 
| int | getUsedMemoryPercent() | 
public long getFreeMemory()
public long getTotalMemory()
public String getFreeMemoryLabel()
public String getTotalMemoryLabel()
public String getUsedMemoryLabel()
public int getUsedMemoryPercent()
Copyright © 2012-2018. All Rights Reserved.