- ABSOLUTE - javax.measure.Quantity.Scale
-
- Acceleration - Interface in javax.measure.quantity
-
Rate of change of velocity with respect to time.
- add(Quantity<Q>) - Method in interface javax.measure.Quantity
-
Returns the sum of this Quantity
with the one specified.
- alternate(String) - Method in interface javax.measure.Unit
-
Returns a system unit equivalent to this unscaled standard unit but used in expressions to distinguish between quantities of a different nature
but of the same dimensions.
- AmountOfSubstance - Interface in javax.measure.quantity
-
Number of elementary entities (molecules, for example) of a substance.
- Angle - Interface in javax.measure.quantity
-
Figure formed by two lines diverging from a common point.
- Area - Interface in javax.measure.quantity
-
Extent of a planar region or of the surface of a solid measured in square units.
- asType(Class<T>) - Method in interface javax.measure.Quantity
-
Casts this quantity to a parameterized unit of specified nature or throw a
ClassCastException
if the dimension of the specified quantity
and this measure unit's dimension do not match.
- asType(Class<T>) - Method in interface javax.measure.Unit
-
Casts this unit to a parameterized unit of specified nature or throw a ClassCastException
if the dimension of the specified quantity and
this unit's dimension do not match.
- ATTO - javax.measure.MetricPrefix
-
Prefix for 10-18.
- ATTO(Unit<Q>) - Static method in enum javax.measure.MetricPrefix
-
Returns the specified unit multiplied by the factor 10-18
- available() - Static method in class javax.measure.spi.ServiceProvider
-
Returns the list of all service providers available for the current thread's context class loader.
- getAvailableFormatNames() - Method in interface javax.measure.spi.UnitFormatService
-
- getAvailableFormatNames(FormatService.FormatType) - Method in interface javax.measure.spi.FormatService
-
Gets a list with available format names of a given type for this format service.
- getAvailableSystemsOfUnits() - Method in interface javax.measure.spi.SystemOfUnitsService
-
- getBase() - Method in enum javax.measure.BinaryPrefix
-
Base part of the associated factor in base^exponent representation.
- getBase() - Method in enum javax.measure.MetricPrefix
-
Base part of the associated factor in base^exponent representation.
- getBase() - Method in interface javax.measure.Prefix
-
Base part of the associated factor in base^exponent representation.
- getBaseDimensions() - Method in interface javax.measure.Dimension
-
Returns the (fundamental) base dimensions and their exponent whose product is this dimension, or null
if this dimension is a base
dimension.
- getBaseUnits() - Method in interface javax.measure.Unit
-
Returns the base units and their exponent whose product is this unit, or null
if this unit is a base unit (not a product of existing
units).
- getConversionSteps() - Method in interface javax.measure.UnitConverter
-
Returns the steps of fundamental converters making up this converter or this
if the converter is a fundamental converter.
- getConverterTo(Unit<Q>) - Method in interface javax.measure.Unit
-
Returns a converter of numeric values from this unit to another unit of same type.
- getConverterToAny(Unit<?>) - Method in interface javax.measure.Unit
-
Returns a converter from this unit to the specified unit of type unknown.
- getDimension() - Method in interface javax.measure.Unit
-
Returns the dimension of this unit.
- getExponent() - Method in enum javax.measure.BinaryPrefix
-
Exponent part of the associated factor in base^exponent representation.
- getExponent() - Method in enum javax.measure.MetricPrefix
-
Exponent part of the associated factor in base^exponent representation.
- getExponent() - Method in interface javax.measure.Prefix
-
Exponent part of the associated factor in base^exponent representation.
- getFormatService() - Method in class javax.measure.spi.ServiceProvider
-
- getName() - Method in enum javax.measure.BinaryPrefix
-
Returns the name of this prefix.
- getName() - Method in enum javax.measure.MetricPrefix
-
Returns the name of this prefix.
- getName() - Method in interface javax.measure.Prefix
-
Returns the name of this prefix.
- getName() - Method in interface javax.measure.spi.SystemOfUnits
-
- getName() - Method in interface javax.measure.Unit
-
Returns the name (if any) of this unit.
- getParsedString() - Method in exception javax.measure.format.MeasurementParseException
-
Returns the string that was being parsed.
- getPosition() - Method in exception javax.measure.format.MeasurementParseException
-
Returns the position where the error was found.
- getPrefixes(Class<P>) - Method in interface javax.measure.spi.SystemOfUnitsService
-
Returns a
Set
containing the values of a particular
Prefix
type.
- getPriority() - Method in class javax.measure.spi.ServiceProvider
-
Allows to define a priority for a registered ServiceProvider
instance.
- getQuantityFactory(Class<Q>) - Method in class javax.measure.spi.ServiceProvider
-
Returns a factory for the given
Quantity
type.
- getQuantityFormat() - Method in interface javax.measure.spi.FormatService
-
Returns the default quantity format.
- getQuantityFormat(String) - Method in interface javax.measure.spi.FormatService
-
Returns the quantity format having the specified name or null
if none.
- getScale() - Method in interface javax.measure.Quantity
-
Returns the Scale
of this Quantity
, if it's absolute or relative.
- getSymbol() - Method in enum javax.measure.BinaryPrefix
-
Returns the symbol of this prefix.
- getSymbol() - Method in enum javax.measure.MetricPrefix
-
Returns the symbol of this prefix.
- getSymbol() - Method in interface javax.measure.Prefix
-
Returns the symbol of this prefix.
- getSymbol() - Method in interface javax.measure.Unit
-
Returns the symbol (if any) of this unit.
- getSystemOfUnits() - Method in interface javax.measure.spi.SystemOfUnitsService
-
- getSystemOfUnits(String) - Method in interface javax.measure.spi.SystemOfUnitsService
-
Returns the system of units having the specified name or null
if
none is found.
- getSystemOfUnitsService() - Method in class javax.measure.spi.ServiceProvider
-
- getSystemUnit() - Method in interface javax.measure.spi.QuantityFactory
-
Returns the system unit for quantities produced by this factory or null
if unknown.
- getSystemUnit() - Method in interface javax.measure.Unit
-
Returns the unscaled system unit from which this unit is derived.
- getUnit() - Method in interface javax.measure.Quantity
-
Returns the unit of this Quantity
.
- getUnit(Class<Q>) - Method in interface javax.measure.spi.SystemOfUnits
-
Returns the default unit for the specified quantity or null
if none is defined for the given quantity in this unit system.
- getUnit(String) - Method in interface javax.measure.spi.SystemOfUnits
-
Returns a unit with the given
string representation or
null
if none is found in this unit system.
- getUnitFormat() - Method in interface javax.measure.spi.UnitFormatService
-
Returns the default unit format.
- getUnitFormat(String) - Method in interface javax.measure.spi.UnitFormatService
-
Returns the unit format having the specified name or null
if none.
- getUnitFormatService() - Method in class javax.measure.spi.ServiceProvider
-
- getUnits() - Method in interface javax.measure.spi.SystemOfUnits
-
Returns a read only view over the units explicitly defined by this system.
- getUnits(Dimension) - Method in interface javax.measure.spi.SystemOfUnits
-
Returns the units defined in this system having the specified dimension (convenience method).
- getValue() - Method in interface javax.measure.Quantity
-
Returns the value of this Quantity
.
- GIBI - javax.measure.BinaryPrefix
-
Prefix for 10243.
- GIBI(Unit<Q>) - Static method in enum javax.measure.BinaryPrefix
-
Returns the specified unit multiplied by the factor 10243
(binary prefix).
- GIGA - javax.measure.MetricPrefix
-
Prefix for 109.
- GIGA(Unit<Q>) - Static method in enum javax.measure.MetricPrefix
-
Returns the specified unit multiplied by the factor 109
- MagneticFlux - Interface in javax.measure.quantity
-
Magnetic flux.
- MagneticFluxDensity - Interface in javax.measure.quantity
-
Magnetic flux density.
- Mass - Interface in javax.measure.quantity
-
Measure of the quantity of matter that a body or an object contains.
- MeasurementException - Exception in javax.measure
-
Exception used to indicate a problem while dealing with units of measurement.
- MeasurementException() - Constructor for exception javax.measure.MeasurementException
-
Constructs a MeasurementException
with no given message.
- MeasurementException(String) - Constructor for exception javax.measure.MeasurementException
-
Constructs a MeasurementException
with the given message.
- MeasurementException(String, Throwable) - Constructor for exception javax.measure.MeasurementException
-
Constructs a MeasurementException
with the given message and cause.
- MeasurementException(Throwable) - Constructor for exception javax.measure.MeasurementException
-
Constructs a MeasurementException
with the given cause.
- MeasurementParseException - Exception in javax.measure.format
-
Signals that an error has been reached unexpectedly while parsing.
- MeasurementParseException(CharSequence, int) - Constructor for exception javax.measure.format.MeasurementParseException
-
Constructs a MeasurementParseException with the parsed text and offset.
- MeasurementParseException(String) - Constructor for exception javax.measure.format.MeasurementParseException
-
Constructs a MeasurementParseException with the specified detail message.
- MeasurementParseException(String, CharSequence, int) - Constructor for exception javax.measure.format.MeasurementParseException
-
Constructs a MeasurementParseException with the specified detail message, parsed text and index.
- MeasurementParseException(Throwable) - Constructor for exception javax.measure.format.MeasurementParseException
-
Constructs a MeasurementParseException with the specified cause.
- MEBI - javax.measure.BinaryPrefix
-
Prefix for 10242.
- MEBI(Unit<Q>) - Static method in enum javax.measure.BinaryPrefix
-
Returns the specified unit multiplied by the factor 10242
(binary prefix).
- MEGA - javax.measure.MetricPrefix
-
Prefix for 106.
- MEGA(Unit<Q>) - Static method in enum javax.measure.MetricPrefix
-
Returns the specified unit multiplied by the factor 106
- MetricPrefix - Enum in javax.measure
-
Provides support for the 20 prefixes used in the metric system (decimal multiples and submultiples of units).
- MICRO - javax.measure.MetricPrefix
-
Prefix for 10-6.
- MICRO(Unit<Q>) - Static method in enum javax.measure.MetricPrefix
-
Returns the specified unit multiplied by the factor 10-6
- MILLI - javax.measure.MetricPrefix
-
Prefix for 10-3.
- MILLI(Unit<Q>) - Static method in enum javax.measure.MetricPrefix
-
Returns the specified unit multiplied by the factor 10-3
- multiply(double) - Method in interface javax.measure.Unit
-
Returns the result of multiplying this unit by the specified factor.
- multiply(Number) - Method in interface javax.measure.Quantity
-
Returns the product of this Quantity
with the Number
value
specified.
- multiply(Number) - Method in interface javax.measure.Unit
-
Returns the result of multiplying this unit by the specified factor.
- multiply(Dimension) - Method in interface javax.measure.Dimension
-
Returns the product of this dimension with the one specified.
- multiply(Quantity<?>) - Method in interface javax.measure.Quantity
-
Returns the product of this Quantity
with the one specified.
- multiply(Unit<?>) - Method in interface javax.measure.Unit
-
Returns the product of this unit with the one specified.
- parse(CharSequence) - Method in interface javax.measure.format.QuantityFormat
-
Parses a portion of the specified
CharSequence
from the specified position to produce a
Quantity
.
- parse(CharSequence) - Method in interface javax.measure.format.UnitFormat
-
Parses the text into an instance of
Unit
.
- parse(CharSequence, ParsePosition) - Method in interface javax.measure.format.QuantityFormat
-
Parses a portion of the specified
CharSequence
from the specified position to produce a
Quantity
.
- parse(CharSequence, ParsePosition) - Method in interface javax.measure.format.UnitFormat
-
Parses a portion of the specified
CharSequence
from the specified position to produce a
Unit
.
- ParserException - Exception in javax.measure.format
-
- ParserException(CharSequence, int) - Constructor for exception javax.measure.format.ParserException
-
Deprecated.
Constructs a ParserException with the parsed text and offset.
- ParserException(String, CharSequence, int) - Constructor for exception javax.measure.format.ParserException
-
Deprecated.
Constructs a ParserException with the specified detail message, parsed text and index.
- ParserException(Throwable) - Constructor for exception javax.measure.format.ParserException
-
Deprecated.
Constructs a ParserException with the specified cause.
- PEBI - javax.measure.BinaryPrefix
-
Prefix for 10245.
- PEBI(Unit<Q>) - Static method in enum javax.measure.BinaryPrefix
-
Returns the specified unit multiplied by the factor 10245
(binary prefix).
- PETA - javax.measure.MetricPrefix
-
Prefix for 1015.
- PETA(Unit<Q>) - Static method in enum javax.measure.MetricPrefix
-
Returns the specified unit multiplied by the factor 1015
- PICO - javax.measure.MetricPrefix
-
Prefix for 10-12.
- PICO(Unit<Q>) - Static method in enum javax.measure.MetricPrefix
-
Returns the specified unit multiplied by the factor 10-12
- pow(int) - Method in interface javax.measure.Dimension
-
Returns this dimension raised to an exponent.
- pow(int) - Method in interface javax.measure.Unit
-
Returns an unit raised to the n-th (integer) power of this unit.
- Power - Interface in javax.measure.quantity
-
Rate at which work is done.
- prefix(Prefix) - Method in interface javax.measure.Unit
-
Returns a new unit equal to this unit prefixed by the specified prefix
.
- Prefix - Interface in javax.measure
-
A unit prefix is a specifier or mnemonic that is prepended to units of measurement to indicate multiples or fractions of the units.
- Pressure - Interface in javax.measure.quantity
-
Force applied uniformly over a surface.