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.UnitConverterAbstractConverter. 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. PREFIXESFields 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. converterToPrefixMethods in tech.units.indriya.format that return Prefix Modifier and Type Method Description PrefixSymbolMap. getPrefix(java.lang.String symbol)Returns the prefix (if any) for the specified symbol.PrefixSymbolMap. 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.StringSymbolMap. getSymbol(Prefix prefix)Returns the symbol for the specified prefix.voidSymbolMap. label(Prefix prefix, java.lang.String symbol)Attaches a label to the specified prefix.private static intConverterFormatter. 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 PowersOfIntConverterPowersOfIntConverter. 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 classBinaryPrefixThis class provides support for common binary prefixes to be used by units.classMetricPrefixThis class provides support for the 20 prefixes used in the metric system (decimal multiples and submultiples of units).
-