|
nanoJBlend | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.lang.Runtime
public class Runtime
Runtime クラスはnanoアプリケーションに実行環境へのインタフェースを提供します。
Runtime オブジェクトはSingletonオブジェクトです。
つまり、システムに一つだけ存在します。
コンストラクタで生成することはできず、getRuntime メソッドで取得します。
| メソッドの概要 | |
|---|---|
long |
freeMemory()
ヒープメモリの空き容量を返します。 |
static Runtime |
getRuntime()
Runtime オブジェクトを返します。 |
long |
totalMemory()
ヒープメモリの総容量を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
| メソッドの詳細 |
|---|
public static Runtime getRuntime()
Runtime オブジェクトを返します。
Runtime オブジェクトpublic long freeMemory()
public long totalMemory()
|
nanoJBlend | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||