public class StopWatch extends Object
Constructor and Description |
---|
StopWatch() |
Modifier and Type | Method and Description |
---|---|
long |
getLapTime() |
long |
getSplitTime() |
long |
getStartTime() |
long |
getTime() |
StopWatch |
printLapString(String msg) |
StopWatch |
printSplitString(String msg) |
StopWatch |
printString(String msg) |
StopWatch |
reset() |
StopWatch |
resume() |
StopWatch |
split() |
StopWatch |
start() |
StopWatch |
stop() |
StopWatch |
suspend() |
String |
toLapString() |
String |
toSplitString() |
String |
toString() |
StopWatch |
unsplit() |
public StopWatch start()
public StopWatch stop()
public StopWatch reset()
public StopWatch split()
public StopWatch unsplit()
public StopWatch suspend()
public StopWatch resume()
public long getTime()
public long getSplitTime()
public long getLapTime()
public long getStartTime()
public String toSplitString()
public String toLapString()
Copyright © 2022. All rights reserved.