|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.backend.IntervalTimer
コンストラクタの概要 | |
IntervalTimer()
|
メソッドの概要 | |
long |
checkPoint()
Return current lap. |
void |
gcReport(java.io.PrintWriter out)
Force GC and report freed memory size. |
long |
getIntervalTime()
Return interval time since last call. |
long |
getIntervalTime(long prev)
Return interval time since specified point. |
long |
getLaptime()
Return current lap. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public IntervalTimer()
メソッドの詳細 |
public long getIntervalTime()
public long getIntervalTime(long prev)
public long checkPoint()
public long getLaptime()
public void gcReport(java.io.PrintWriter out)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |