Uses of Interface
tech.units.indriya.unit.Prefix
-
Packages that use Prefix Package Description tech.units.indriya This package provides a Java SE 8 implementation of the Units of Measurement API.tech.units.indriya.format tech.units.indriya.function This package provides functional interfaces.tech.units.indriya.unit This package provides supports for physics units, in conformity with the Units of Measurement API. -
-
Uses of Prefix in tech.units.indriya
Methods in tech.units.indriya with parameters of type Prefix Modifier and Type Method Description static javax.measure.UnitConverter
AbstractConverter. of(Prefix prefix)
Creates a converter with the specified Prefix.AbstractUnit<Q>
AbstractUnit. prefix(Prefix prefix)
-
Uses of Prefix in tech.units.indriya.format
Fields in tech.units.indriya.format declared as Prefix Modifier and Type Field Description private static Prefix[]
SimpleUnitFormat. PREFIXES
Fields in tech.units.indriya.format with type parameters of type Prefix Modifier and Type Field Description private java.util.Map<javax.measure.UnitConverter,Prefix>
SymbolMap. converterToPrefix
Methods in tech.units.indriya.format that return Prefix Modifier and Type Method Description Prefix
SymbolMap. getPrefix(java.lang.String symbol)
Returns the prefix (if any) for the specified symbol.Prefix
SymbolMap. getPrefix(javax.measure.UnitConverter converter)
Returns the prefix for the specified converter.Methods in tech.units.indriya.format with parameters of type Prefix Modifier and Type Method Description java.lang.String
SymbolMap. getSymbol(Prefix prefix)
Returns the symbol for the specified prefix.void
SymbolMap. label(Prefix prefix, java.lang.String symbol)
Attaches a label to the specified prefix.private static int
ConverterFormatter. noopPrecedence(java.lang.StringBuilder buffer, SymbolMap symbolMap, Prefix prefix)
-
Uses of Prefix in tech.units.indriya.function
Methods in tech.units.indriya.function with parameters of type Prefix Modifier and Type Method Description static PowersOfIntConverter
PowersOfIntConverter. of(Prefix prefix)
Creates a converter with the specified Prefix. -
Uses of Prefix in tech.units.indriya.unit
Classes in tech.units.indriya.unit that implement Prefix Modifier and Type Class Description class
BinaryPrefix
This class provides support for common binary prefixes to be used by units.class
MetricPrefix
This class provides support for the 20 prefixes used in the metric system (decimal multiples and submultiples of units).
-