| Package | Description |
|---|---|
| net.obvj.performetrics.util |
Provides utility classes in general.
|
| Modifier and Type | Method and Description |
|---|---|
static Duration.FormatStyle |
Duration.FormatStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Duration.FormatStyle[] |
Duration.FormatStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Duration.toString(Duration.FormatStyle style)
Returns a string representation of this
Duration with custom format style. |
String |
Duration.toString(Duration.FormatStyle style,
boolean printLegend)
Returns a string representation of this
Duration with custom format style. |
Copyright © 2020. All rights reserved.