Uses of Class
org.rspeer.commons.math.NumericFormat.Abbreviation
-
Packages that use NumericFormat.Abbreviation Package Description org.rspeer.commons.math -
-
Uses of NumericFormat.Abbreviation in org.rspeer.commons.math
Methods in org.rspeer.commons.math that return NumericFormat.Abbreviation Modifier and Type Method Description static NumericFormat.Abbreviation
NumericFormat.Abbreviation. valueOf(String name)
Returns the enum constant of this type with the specified name.static NumericFormat.Abbreviation[]
NumericFormat.Abbreviation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.commons.math with parameters of type NumericFormat.Abbreviation Modifier and Type Method Description static String
NumericFormat. apply(long value, NumericFormat.Abbreviation abbreviation, boolean commas, int precision)
-