Uses of Class
tech.units.indriya.function.PowersOfIntConverter
Packages that use PowersOfIntConverter
-
Uses of PowersOfIntConverter in tech.units.indriya.format
Methods in tech.units.indriya.format with parameters of type PowersOfIntConverterModifier and TypeMethodDescriptionprivate static int
ConverterFormatter.productPrecedence
(PowersOfIntConverter converter, boolean continued, int unitPrecedence, StringBuilder buffer) -
Uses of PowersOfIntConverter in tech.units.indriya.function
Methods in tech.units.indriya.function that return PowersOfIntConverterModifier and TypeMethodDescriptionprivate PowersOfIntConverter
PowersOfIntConverter.composeSameBaseNonIdentity
(PowersOfIntConverter other) static PowersOfIntConverter
PowersOfIntConverter.of
(int base, int exponent) Creates a converter with a factor represented by specified base^exponent.static PowersOfIntConverter
Creates a converter with the specified Prefix.Methods in tech.units.indriya.function with parameters of type PowersOfIntConverterModifier and TypeMethodDescriptionprivate PowersOfIntConverter
PowersOfIntConverter.composeSameBaseNonIdentity
(PowersOfIntConverter other)