| Package | Description | 
|---|---|
| oracle.javatools.util | 
 Provides general utilities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Chronometer.Precision | 
Chronometer.Precision.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Chronometer.Precision[] | 
Chronometer.Precision.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
Chronometer.format(long time,
      Chronometer.Precision precision)
Converts a time interval to a human-readable text up to the specificed precision. 
 | 
static Chronometer | 
Chronometer.getStarted(Chronometer.Precision precision)
Creates and returns a new instance of Chronometer on which  
Chronometer.start()
 has already been called. | 
| Constructor and Description | 
|---|
Chronometer(Chronometer.Precision precision)
Constructor. 
 |