Serialized Form


Package javax.measure

Class javax.measure.DecimalMeasure extends Measure<java.math.BigDecimal,Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_value

java.math.BigDecimal _value
Holds the BigDecimal value.


_unit

Unit<Q extends Quantity> _unit
Holds the unit.

Class javax.measure.Measure extends java.lang.Object implements Serializable

Class javax.measure.MeasureFormat extends java.text.Format implements Serializable

Class javax.measure.VectorMeasure extends Measure<double[],Q extends Quantity> implements Serializable


Package javax.measure.converter

Class javax.measure.converter.AddConverter extends UnitConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

_offset

double _offset
Holds the offset.

Class javax.measure.converter.ConversionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class javax.measure.converter.LogConverter extends UnitConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

_base

double _base
Holds the logarithmic base.


_logBase

double _logBase
Holds the natural logarithm of the base.


_invLogBase

double _invLogBase
Holds the inverse of the natural logarithm of the base.


_inverse

javax.measure.converter.LogConverter.Inverse _inverse
Holds the inverse of this converter.

Class javax.measure.converter.MultiplyConverter extends UnitConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

_factor

double _factor
Holds the scale factor.

Class javax.measure.converter.RationalConverter extends UnitConverter implements Serializable

serialVersionUID: 1L

Serialized Fields

_dividend

long _dividend
Holds the converter dividend.


_divisor

long _divisor
Holds the converter divisor (always positive).

Class javax.measure.converter.UnitConverter extends java.lang.Object implements Serializable


Package javax.measure.unit

Class javax.measure.unit.AlternateUnit extends DerivedUnit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_symbol

java.lang.String _symbol
Holds the symbol.


_parent

Unit<Q extends Quantity> _parent
Holds the parent unit (a system unit).

Class javax.measure.unit.BaseUnit extends Unit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_symbol

java.lang.String _symbol
Holds the symbol.

Class javax.measure.unit.CompoundUnit extends DerivedUnit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_high

Unit<Q extends Quantity> _high
Holds the higher unit.


_low

Unit<Q extends Quantity> _low
Holds the lower unit.

Class javax.measure.unit.DerivedUnit extends Unit<Q extends Quantity> implements Serializable

Class javax.measure.unit.Dimension extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_pseudoUnit

Unit<Q extends Quantity> _pseudoUnit
Holds the pseudo unit associated to this dimension.

Class javax.measure.unit.ProductUnit extends DerivedUnit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_elements

javax.measure.unit.ProductUnit.Element[] _elements
Holds the units composing this product unit.


_hashCode

int _hashCode
Holds the hashcode (optimization).

Class javax.measure.unit.TransformedUnit extends DerivedUnit<Q extends Quantity> implements Serializable

serialVersionUID: 1L

Serialized Fields

_parentUnit

Unit<Q extends Quantity> _parentUnit
Holds the parent unit (not a transformed unit).


_toParentUnit

UnitConverter _toParentUnit
Holds the converter to the parent unit.

Class javax.measure.unit.Unit extends java.lang.Object implements Serializable

Class javax.measure.unit.UnitFormat extends java.text.Format implements Serializable

Class javax.measure.unit.UnitFormat.ASCIIFormat extends UnitFormat.DefaultFormat implements Serializable

serialVersionUID: 1L

Class javax.measure.unit.UnitFormat.DefaultFormat extends UnitFormat implements Serializable

serialVersionUID: 1L

Serialized Fields

_nameToUnit

java.util.HashMap<K,V> _nameToUnit
Holds the name to unit mapping.


_unitToName

java.util.HashMap<K,V> _unitToName
Holds the unit to name mapping.



Copyright © 2010. All Rights Reserved.