Package | Description |
---|---|
io.kubernetes.client.custom |
Modifier and Type | Method and Description |
---|---|
Quantity.Format |
BaseExponent.getFormat() |
Quantity.Format |
Quantity.getFormat() |
static Quantity.Format |
Quantity.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Quantity.Format[] |
Quantity.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
SuffixFormatter.format(Quantity.Format format,
int exponent) |
Constructor and Description |
---|
BaseExponent(int base,
int exponent,
Quantity.Format format) |
Quantity(BigDecimal number,
Quantity.Format format) |
Copyright © 2020. All rights reserved.