public class Stopwatches extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Stopwatches.NumbersForTask |
static interface |
Stopwatches.StoppedTask |
static class |
Stopwatches.StopwatchForTask |
| Constructor and Description |
|---|
Stopwatches() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Stopwatches.NumbersForTask> |
allNumbers() |
static Stopwatches.StoppedTask |
forTask(String task) |
static String |
getPrintableStopwatchData() |
static void |
resetAll() |
static void |
setEnabled(boolean isEnabled) |
public static Stopwatches.StoppedTask forTask(String task)
public static void setEnabled(boolean isEnabled)
public static void resetAll()
public static Map<String,Stopwatches.NumbersForTask> allNumbers()
public static String getPrintableStopwatchData()
Copyright © 2015. All Rights Reserved.