-
-
字段概要
字段
| 限定符和类型 |
字段和说明 |
private double |
free
剩余内存
|
private double |
total
内存总量
|
private double |
used
已用内存
|
-
方法概要
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
字段详细资料
-
total
private double total
内存总量
-
used
private double used
已用内存
-
free
private double free
剩余内存
-
方法详细资料
-
getTotal
public double getTotal()
-
getUsed
public double getUsed()
-
getFree
public double getFree()
-
getUsage
public double getUsage()
Copyright © 2024. All rights reserved.