public class Timer extends Object
| Constructor and Description |
|---|
Timer() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsed() |
boolean |
isRunning() |
Timer |
reset() |
void |
start() |
void |
stop() |
public Timer reset()
public boolean isRunning()
public void start()
public void stop()
public long getElapsed()
Copyright © 2025. All rights reserved.