Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ABSOLUTE - Enum constant in enum Quantity.Scale
-
Absolute scale
- Acceleration - Interface in javax.measure.quantity
-
Rate of change of velocity with respect to time.
- add(Quantity<Q>) - Method in interface Quantity
-
Returns the sum of this
Quantity
with the one specified. - alternate(String) - Method in interface 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 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 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 - Enum constant in enum MetricPrefix
-
Prefix for 10-18.
- ATTO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-18
- available() - Static method in class ServiceProvider
-
Returns the list of all service providers available for the current thread's context class loader.
B
- BinaryPrefix - Enum in javax.measure
-
Provides support for common binary prefixes to be used by units.
C
- CatalyticActivity - Interface in javax.measure.quantity
-
Catalytic activity.
- CENTI - Enum constant in enum MetricPrefix
-
Prefix for 10-2.
- CENTI(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-2
- concatenate(UnitConverter) - Method in interface UnitConverter
-
Concatenates this converter with another converter.
- convert(double) - Method in interface UnitConverter
-
Converts a
double
value. - convert(Number) - Method in interface UnitConverter
-
Converts a
Number
value. - create(Number, Unit<Q>) - Method in interface QuantityFactory
-
Returns the quantity for the specified number stated in the specified unit.
- create(Number, Unit<Q>, Quantity.Scale) - Method in interface QuantityFactory
-
Returns the quantity for the specified number stated in the specified unit and scale.
- current() - Static method in class ServiceProvider
-
Returns the current
ServiceProvider
.
D
- DECA - Enum constant in enum MetricPrefix
-
Prefix for 101.
- DECA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
101
- DECI - Enum constant in enum MetricPrefix
-
Prefix for 10-1.
- DECI(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-1
- DEKA(Unit<Q>) - Static method in enum MetricPrefix
-
US alias for
DECA
. - Dimension - Interface in javax.measure
-
Represents the dimension of a unit.
- Dimensionless - Interface in javax.measure.quantity
-
Dimensionless quantity.
- divide(double) - Method in interface Unit
-
Returns the result of dividing this unit by an approximate divisor.
- divide(Number) - Method in interface Quantity
-
Returns the quotient of this
Quantity
divided by theNumber
specified. - divide(Number) - Method in interface Unit
-
Returns the result of dividing this unit by a divisor.
- divide(Dimension) - Method in interface Dimension
-
Returns the quotient of this dimension with the one specified.
- divide(Quantity<?>) - Method in interface Quantity
-
Returns the quotient of this
Quantity
divided by theQuantity
specified. - divide(Unit<?>) - Method in interface Unit
-
Returns the quotient of this unit with the one specified.
E
- ElectricCapacitance - Interface in javax.measure.quantity
-
Electric capacitance.
- ElectricCharge - Interface in javax.measure.quantity
-
Electric charge.
- ElectricConductance - Interface in javax.measure.quantity
-
Electric conductance.
- ElectricCurrent - Interface in javax.measure.quantity
-
Amount of electric charge flowing past a specified circuit point per unit time.
- ElectricInductance - Interface in javax.measure.quantity
-
Electric inductance.
- ElectricPotential - Interface in javax.measure.quantity
-
Electric potential or electromotive force.
- ElectricResistance - Interface in javax.measure.quantity
-
Electric resistance.
- Energy - Interface in javax.measure.quantity
-
Capacity of a physical system to do work.
- EXA - Enum constant in enum MetricPrefix
-
Prefix for 1018.
- EXA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
1018
- EXBI - Enum constant in enum BinaryPrefix
-
Prefix for 10246.
- EXBI(Unit<Q>) - Static method in enum BinaryPrefix
-
Returns the specified unit multiplied by the factor
10246
(binary prefix).
F
- FEMTO - Enum constant in enum MetricPrefix
-
Prefix for 10-15.
- FEMTO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-15
- Force - Interface in javax.measure.quantity
-
Quantity that tends to produce an acceleration of a body in the direction of its application.
- format(Quantity<?>) - Method in interface QuantityFormat
-
Formats the specified
Quantity
. - format(Quantity<?>, Appendable) - Method in interface QuantityFormat
-
Formats the specified quantity into an
Appendable
. - format(Unit<?>) - Method in interface UnitFormat
-
Formats the specified
Unit
. - format(Unit<?>, Appendable) - Method in interface UnitFormat
-
Formats the specified
Unit
. - FormatService - Interface in javax.measure.spi
-
This interface represents the service to obtain instances of
UnitFormat
andQuantityFormat
. - FormatService.FormatType - Enum in javax.measure.spi
-
The type of format, either a
UnitFormat
orQuantityFormat
- Frequency - Interface in javax.measure.quantity
-
Number of times a specified phenomenon occurs within a specified interval.
G
- getAvailableFormatNames(FormatService.FormatType) - Method in interface FormatService
-
Gets a list with available format names of a given type for this format service.
- getAvailableSystemsOfUnits() - Method in interface SystemOfUnitsService
-
Gets a list with available systems for this
SystemOfUnitsService
. - getBaseDimensions() - Method in interface 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 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 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 Unit
-
Returns a converter of numeric values from this unit to another unit of same type.
- getConverterToAny(Unit<?>) - Method in interface Unit
-
Returns a converter from this unit to the specified unit of type unknown.
- getDimension() - Method in interface Unit
-
Returns the dimension of this unit.
- getExponent() - Method in enum BinaryPrefix
-
Exponent part of the associated factor in
base^exponent
representation. - getExponent() - Method in enum MetricPrefix
-
Exponent part of the associated factor in
base^exponent
representation. - getExponent() - Method in interface Prefix
-
Exponent part of the associated factor in
base^exponent
representation. - getFormatService() - Method in class ServiceProvider
- getName() - Method in enum BinaryPrefix
-
Returns the name of this prefix.
- getName() - Method in enum MetricPrefix
-
Returns the name of this prefix.
- getName() - Method in interface Prefix
-
Returns the name of this prefix.
- getName() - Method in interface SystemOfUnits
- getName() - Method in interface Unit
-
Returns the name (if any) of this unit.
- getParsedString() - Method in exception MeasurementParseException
-
Returns the string that was being parsed.
- getPosition() - Method in exception MeasurementParseException
-
Returns the position where the error was found.
- getPrefixes(Class<P>) - Method in interface SystemOfUnitsService
- getPriority() - Method in class ServiceProvider
-
Allows to define a priority for a registered
ServiceProvider
instance. - getQuantityFactory(Class<Q>) - Method in class ServiceProvider
-
Returns a factory for the given
Quantity
type. - getQuantityFormat() - Method in interface FormatService
-
Returns the default quantity format.
- getQuantityFormat(String) - Method in interface FormatService
-
Returns the quantity format having the specified name or
null
if none. - getScale() - Method in interface Quantity
-
Returns the
Scale
of thisQuantity
, if it's absolute or relative. - getSymbol() - Method in enum BinaryPrefix
-
Returns the symbol of this prefix.
- getSymbol() - Method in enum MetricPrefix
-
Returns the symbol of this prefix.
- getSymbol() - Method in interface Prefix
-
Returns the symbol of this prefix.
- getSymbol() - Method in interface Unit
-
Returns the symbol (if any) of this unit.
- getSystemOfUnits() - Method in interface SystemOfUnitsService
-
Returns the default
system of units
. - getSystemOfUnits(String) - Method in interface SystemOfUnitsService
-
Returns the system of units having the specified name or
null
if none is found. - getSystemOfUnitsService() - Method in class ServiceProvider
-
Returns the service to obtain a
SystemOfUnits
, ornull
if none. - getSystemUnit() - Method in interface QuantityFactory
-
Returns the system unit for quantities produced by this factory or
null
if unknown. - getSystemUnit() - Method in interface Unit
-
Returns the unscaled system unit from which this unit is derived.
- getUnit() - Method in interface Quantity
-
Returns the unit of this
Quantity
. - getUnit(Class<Q>) - Method in interface 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 SystemOfUnits
-
Returns a unit with the given string representation or
null
if none is found in this unit system. - getUnitFormat() - Method in interface FormatService
-
Returns the default unit format.
- getUnitFormat(String) - Method in interface FormatService
-
Returns the unit format having the specified name or
null
if none. - getUnitFormat(String, String) - Method in interface FormatService
-
Returns the unit format having the specified name or
null
if none. - getUnits() - Method in interface SystemOfUnits
-
Returns a read only view over the units explicitly defined by this system.
- getUnits(Dimension) - Method in interface SystemOfUnits
-
Returns the units defined in this system having the specified dimension (convenience method).
- getValue() - Method in enum BinaryPrefix
-
Base part of the associated factor in
base^exponent
representation. - getValue() - Method in enum MetricPrefix
-
Base part of the associated factor in
base^exponent
representation. - getValue() - Method in interface Prefix
-
Returns the value of this prefix.
- getValue() - Method in interface Quantity
-
Returns the value of this
Quantity
. - GIBI - Enum constant in enum BinaryPrefix
-
Prefix for 10243.
- GIBI(Unit<Q>) - Static method in enum BinaryPrefix
-
Returns the specified unit multiplied by the factor
10243
(binary prefix). - GIGA - Enum constant in enum MetricPrefix
-
Prefix for 109.
- GIGA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
109
H
- HECTO - Enum constant in enum MetricPrefix
-
Prefix for 102.
- HECTO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
102
I
- Illuminance - Interface in javax.measure.quantity
-
Illuminance.
- IncommensurableException - Exception in javax.measure
-
Signals that a problem of some sort has occurred due to incommensurable of some quantities/units.
- IncommensurableException(String) - Constructor for exception IncommensurableException
-
Constructs a
IncommensurableException
with the given message. - IncommensurableException(String, Throwable) - Constructor for exception IncommensurableException
-
Constructs a
IncommensurableException
with the given message and cause. - IncommensurableException(Throwable) - Constructor for exception IncommensurableException
-
Constructs a
IncommensurableException
with the given cause. - inverse() - Method in interface Quantity
-
Returns a
Quantity
that is the multiplicative inverse of thisQuantity
, having reciprocal value and reciprocal unit as given bythis.getUnit().inverse()
. - inverse() - Method in interface Unit
-
Returns the reciprocal (multiplicative inverse) of this unit.
- inverse() - Method in interface UnitConverter
-
Returns the inverse of this converter.
- isCompatible(Unit<?>) - Method in interface Unit
-
Indicates if this unit is compatible with the unit specified.
- isEquivalentTo(Quantity<Q>) - Method in interface Quantity
-
Compares two instances of
Quantity <Q>
, performing the conversion of units if necessary. - isEquivalentTo(Unit<Q>) - Method in interface Unit
-
Indicates if this unit represents the same quantity than the given unit, ignoring name and symbols.
- isIdentity() - Method in interface UnitConverter
-
Indicates if this converter is an identity converter.
- isLinear() - Method in interface UnitConverter
-
Indicates whether this converter represents a (one-dimensional) linear transformation, that is a linear map (wikipedia) from a one-dimensional vector space (a scalar) to a one-dimensional vector space.
- isLocaleSensitive() - Method in interface QuantityFormat
- isLocaleSensitive() - Method in interface UnitFormat
J
- javax.measure - package javax.measure
-
Specifies Java packages for the programmatic, type safe handling of quantities and their expression as values of units.
- javax.measure.format - package javax.measure.format
-
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
- javax.measure.quantity - package javax.measure.quantity
-
[OPTIONAL] Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation.
- javax.measure.spi - package javax.measure.spi
-
[OPTIONAL] The Units of Measurement SPI.
K
- KIBI - Enum constant in enum BinaryPrefix
-
Prefix for 1024.
- KIBI(Unit<Q>) - Static method in enum BinaryPrefix
-
Returns the specified unit multiplied by the factor
1024
(binary prefix). - KILO - Enum constant in enum MetricPrefix
-
Prefix for 103.
- KILO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
103
L
- label(Unit<?>, String) - Method in interface UnitFormat
-
Attaches a system-wide label to the specified
Unit
. - Length - Interface in javax.measure.quantity
-
Extent of something along its greatest dimension or the extent of space between two objects or places.
- LuminousFlux - Interface in javax.measure.quantity
-
Luminous flux.
- LuminousIntensity - Interface in javax.measure.quantity
-
Luminous flux density per solid angle as measured in a given direction relative to the emitting source.
M
- 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.
- MeasurementError - Error in javax.measure
-
This error is used to indicate serious problems with creating, retrieving and manipulating units of measurement objects.
- MeasurementError() - Constructor for error MeasurementError
-
Constructs a
MeasurementError
with no detail message. - MeasurementError(String) - Constructor for error MeasurementError
-
Constructs a
MeasurementError
with the specified detail message. - MeasurementError(String, Throwable) - Constructor for error MeasurementError
-
Constructs a
MeasurementError
with the specified detail message and cause. - MeasurementError(Throwable) - Constructor for error MeasurementError
-
Constructs a
MeasurementError
with the given cause. - MeasurementException - Exception in javax.measure
-
Exception used to indicate a problem while dealing with units of measurement.
- MeasurementException() - Constructor for exception MeasurementException
-
Constructs a
MeasurementException
with no given message. - MeasurementException(String) - Constructor for exception MeasurementException
-
Constructs a
MeasurementException
with the given message. - MeasurementException(String, Throwable) - Constructor for exception MeasurementException
-
Constructs a
MeasurementException
with the given message and cause. - MeasurementException(Throwable) - Constructor for exception 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 MeasurementParseException
-
Constructs a MeasurementParseException with the parsed text and offset.
- MeasurementParseException(String) - Constructor for exception MeasurementParseException
-
Constructs a MeasurementParseException with the specified detail message.
- MeasurementParseException(String, CharSequence, int) - Constructor for exception MeasurementParseException
-
Constructs a MeasurementParseException with the specified detail message, parsed text and index.
- MeasurementParseException(Throwable) - Constructor for exception MeasurementParseException
-
Constructs a MeasurementParseException with the specified cause.
- MEBI - Enum constant in enum BinaryPrefix
-
Prefix for 10242.
- MEBI(Unit<Q>) - Static method in enum BinaryPrefix
-
Returns the specified unit multiplied by the factor
10242
(binary prefix). - MEGA - Enum constant in enum MetricPrefix
-
Prefix for 106.
- MEGA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
106
- MetricPrefix - Enum in javax.measure
-
Provides support for the 24 prefixes used in the metric system (decimal multiples and submultiples of units).
- MICRO - Enum constant in enum MetricPrefix
-
Prefix for 10-6.
- MICRO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-6
- MILLI - Enum constant in enum MetricPrefix
-
Prefix for 10-3.
- MILLI(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-3
- multiply(double) - Method in interface Unit
-
Returns the result of multiplying this unit by the specified factor.
- multiply(Number) - Method in interface Quantity
-
Returns the product of this
Quantity
with theNumber
value specified. - multiply(Number) - Method in interface Unit
-
Returns the result of multiplying this unit by the specified factor.
- multiply(Dimension) - Method in interface Dimension
-
Returns the product of this dimension with the one specified.
- multiply(Quantity<?>) - Method in interface Quantity
-
Returns the product of this
Quantity
with the one specified. - multiply(Unit<?>) - Method in interface Unit
-
Returns the product of this unit with the one specified.
N
- NANO - Enum constant in enum MetricPrefix
-
Prefix for 10-9.
- NANO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-9
- negate() - Method in interface Quantity
-
Returns a
Quantity
whose value is(-this.getValue())
.
O
- of(String) - Static method in class ServiceProvider
-
Returns the
ServiceProvider
with the specified name.
P
- parse(CharSequence) - Method in interface QuantityFormat
-
Parses the specified
CharSequence
to produce aQuantity
. - parse(CharSequence) - Method in interface UnitFormat
-
Parses the text into an instance of
Unit
. - parse(CharSequence, ParsePosition) - Method in interface QuantityFormat
-
Parses a portion of the specified
CharSequence
from the specified position to produce aQuantity
. - parse(CharSequence, ParsePosition) - Method in interface UnitFormat
-
Parses a portion of the specified
CharSequence
from the specified position to produce aUnit
. - PEBI - Enum constant in enum BinaryPrefix
-
Prefix for 10245.
- PEBI(Unit<Q>) - Static method in enum BinaryPrefix
-
Returns the specified unit multiplied by the factor
10245
(binary prefix). - PETA - Enum constant in enum MetricPrefix
-
Prefix for 1015.
- PETA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
1015
- PICO - Enum constant in enum MetricPrefix
-
Prefix for 10-12.
- PICO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-12
- pow(int) - Method in interface Dimension
-
Returns this dimension raised to an exponent.
- pow(int) - Method in interface 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 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.
Q
- Quantity<Q extends Quantity<Q>> - Interface in javax.measure
-
Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
- QUANTITY_FORMAT - Enum constant in enum FormatService.FormatType
-
Format of type
QuantityFormat
- Quantity.Scale - Enum in javax.measure
- QuantityFactory<Q extends Quantity<Q>> - Interface in javax.measure.spi
- QuantityFormat - Interface in javax.measure.format
-
Formats instances of
Quantity
. - QUECTO - Enum constant in enum MetricPrefix
-
Prefix for 10-30.
- QUECTO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-30
- QUETTA - Enum constant in enum MetricPrefix
-
Prefix for 1030.
- QUETTA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
1030
R
- RadiationDoseAbsorbed - Interface in javax.measure.quantity
-
Amount of energy deposited per unit of mass.
- RadiationDoseEffective - Interface in javax.measure.quantity
-
Effective (or "equivalent") dose of radiation received by a human or some other living organism.
- Radioactivity - Interface in javax.measure.quantity
-
Radioactive activity.
- RELATIVE - Enum constant in enum Quantity.Scale
-
Relative scale
- RONNA - Enum constant in enum MetricPrefix
-
Prefix for 1027.
- RONNA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
1027
- RONTO - Enum constant in enum MetricPrefix
-
Prefix for 10-27.
- RONTO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-27
- root(int) - Method in interface Dimension
-
Returns the given root of this dimension.
- root(int) - Method in interface Unit
-
Returns an unit that is the n-th (integer) root of this unit.
S
- ServiceProvider - Class in javax.measure.spi
-
Service Provider for Units of Measurement services.
- ServiceProvider() - Constructor for class ServiceProvider
-
Creates a new service provider.
- setCurrent(ServiceProvider) - Static method in class ServiceProvider
-
Replaces the current
ServiceProvider
. - shift(double) - Method in interface Unit
-
Returns the result of setting the origin of the scale of measurement to the given value.
- shift(Number) - Method in interface Unit
-
Returns the result of setting the origin of the scale of measurement to the given value.
- SolidAngle - Interface in javax.measure.quantity
-
Angle formed by three or more planes intersecting at a common point.
- Speed - Interface in javax.measure.quantity
-
Distance traveled divided by the time of travel.
- subtract(Quantity<Q>) - Method in interface Quantity
-
Returns the difference between this
Quantity
and the one specified. - SystemOfUnits - Interface in javax.measure.spi
-
A system of units grouped together for historical or cultural reasons.
Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary). - SystemOfUnitsService - Interface in javax.measure.spi
-
This interface represents the service to obtain a
system of units
.
T
- TEBI - Enum constant in enum BinaryPrefix
-
Prefix for 10244.
- TEBI(Unit<Q>) - Static method in enum BinaryPrefix
-
Returns the specified unit multiplied by the factor
10244
(binary prefix). - Temperature - Interface in javax.measure.quantity
-
Degree of hotness or coldness of a body or an environment.
- TERA - Enum constant in enum MetricPrefix
-
Prefix for 1012.
- TERA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
1012
- Time - Interface in javax.measure.quantity
-
Period of existence or persistence.
- to(Unit<Q>) - Method in interface Quantity
-
Returns this
Quantity
converted into another (compatible)Unit
. - toString() - Method in interface Unit
-
Returns a string representation of this unit.
- toSystemUnit() - Method in interface Quantity
-
Convenient method equivalent to
to(getUnit().toSystemUnit())
. - transform(UnitConverter) - Method in interface Unit
-
Returns the unit derived from this unit using the specified converter.
U
- UnconvertibleException - Exception in javax.measure
-
Signals that a problem of some sort has occurred due to the impossibility of constructing a converter between two units.
- UnconvertibleException(String) - Constructor for exception UnconvertibleException
-
Constructs a
UnconvertibleException
with the given message. - UnconvertibleException(String, Throwable) - Constructor for exception UnconvertibleException
-
Constructs a
UnconvertibleException
with the given message and cause. - UnconvertibleException(Throwable) - Constructor for exception UnconvertibleException
-
Constructs a
UnconvertibleException
with the given cause. - Unit<Q extends Quantity<Q>> - Interface in javax.measure
-
Represents a determinate quantity (as of length, time, heat, or value) adopted as a standard of measurement.
- UNIT_FORMAT - Enum constant in enum FormatService.FormatType
-
Format of type
UnitFormat
- UnitConverter - Interface in javax.measure
-
A converter of numeric values between different units.
- UnitFormat - Interface in javax.measure.format
V
- valueOf(String) - Static method in enum BinaryPrefix
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum MetricPrefix
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum Quantity.Scale
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum FormatService.FormatType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum BinaryPrefix
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum MetricPrefix
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum Quantity.Scale
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum FormatService.FormatType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Volume - Interface in javax.measure.quantity
-
Amount of space occupied by a three-dimensional object or region of space.
Y
- YOBI - Enum constant in enum BinaryPrefix
-
Prefix for 10248.
- YOBI(Unit<Q>) - Static method in enum BinaryPrefix
-
Returns the specified unit multiplied by the factor
10248
(binary prefix). - YOCTO - Enum constant in enum MetricPrefix
-
Prefix for 10-24.
- YOCTO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-24
- YOTTA - Enum constant in enum MetricPrefix
-
Prefix for 1024.
- YOTTA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
1024
Z
- ZEBI - Enum constant in enum BinaryPrefix
-
Prefix for 10247.
- ZEBI(Unit<Q>) - Static method in enum BinaryPrefix
-
Returns the specified unit multiplied by the factor
10247
(binary prefix). - ZEPTO - Enum constant in enum MetricPrefix
-
Prefix for 10-21.
- ZEPTO(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
10-21
- ZETTA - Enum constant in enum MetricPrefix
-
Prefix for 1021.
- ZETTA(Unit<Q>) - Static method in enum MetricPrefix
-
Returns the specified unit multiplied by the factor
1021
All Classes and Interfaces|All Packages|Serialized Form