- isStarted() - Method in class de.weltraumschaf.commons.time.StopWatch
-
The method is used to find out if the StopWatch is started.
- isStarted() - Method in enum de.weltraumschaf.commons.time.StopWatch.State
-
The method is used to find out if the StopWatch is started.
- isStopped() - Method in class de.weltraumschaf.commons.time.StopWatch
-
This method is used to find out whether the StopWatch is stopped.
- isStopped() - Method in enum de.weltraumschaf.commons.time.StopWatch.State
-
This method is used to find out whether the StopWatch is stopped.
- isSuspended() - Method in class de.weltraumschaf.commons.time.StopWatch
-
This method is used to find out whether the StopWatch is suspended.
- isSuspended() - Method in enum de.weltraumschaf.commons.time.StopWatch.State
-
This method is used to find out whether the StopWatch is suspended.