StopWatchHelper¶
-
public final class
StopWatchHelper¶ A helper that allows to easily restart the Apache commons stop watch.
Methods¶
restart¶
-
public static void
restart(StopWatch stopWatch)¶ Restarts the provided
StopWatchby callingStopWatch.reset()andStopWatch.start()on it.Parameters: - stopWatch – the stop watch to restart