Uses of Class
io.engineblock.util.Unit.Count
-
Packages that use Unit.Count Package Description io.engineblock.util -
-
Uses of Unit.Count in io.engineblock.util
Methods in io.engineblock.util that return Unit.Count Modifier and Type Method Description static Unit.CountUnit.Count. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Unit.CountUnit.Count. valueOfSuffix(java.lang.String suffix)static Unit.Count[]Unit.Count. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.engineblock.util with parameters of type Unit.Count Modifier and Type Method Description static java.util.Optional<java.lang.Double>Unit. convertDoubleCount(Unit.Count resultUnit, java.lang.String spec)static java.util.Optional<java.lang.Long>Unit. convertLongCount(Unit.Count resultUnit, java.lang.String spec)
-