|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mtzky.log.StopWatch
public class StopWatch
Measures an elapsed time in milliseconds.
| コンストラクタの概要 | |
|---|---|
StopWatch()
|
|
| メソッドの概要 | |
|---|---|
long |
glance()
Returns elapsed time, but not stops measuring. |
boolean |
isRunning()
|
long |
stop()
Stops to measure an elapsed time. |
String |
toString()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public StopWatch()
| メソッドの詳細 |
|---|
public long glance()
Returns elapsed time, but not stops measuring.
public long stop()
Stops to measure an elapsed time.
IllegalStateException - if already stoppedpublic boolean isRunning()
true if runningpublic String toString()
Object 内の toString
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||