Serialized Form
-
Package tech.units.indriya
-
Class tech.units.indriya.AbstractConverter extends java.lang.Object implements Serializable
- serialVersionUID:
- 5790242858468427131L
-
Serialized Fields
-
conversionSteps
java.util.List<? extends javax.measure.UnitConverter> conversionSteps
memoization for getConversionSteps
-
-
Class tech.units.indriya.AbstractConverter.Pair extends AbstractConverter implements Serializable
- serialVersionUID:
- -123063827821728331L
-
Serialized Fields
-
left
javax.measure.UnitConverter left
Holds the first converter. -
right
javax.measure.UnitConverter right
Holds the second converter.
-
-
Class tech.units.indriya.AbstractQuantity extends java.lang.Object implements Serializable
- serialVersionUID:
- 293852425369811882L
-
Class tech.units.indriya.AbstractUnit extends java.lang.Object implements Serializable
- serialVersionUID:
- -4344589505537030204L
-
Serialized Fields
-
name
java.lang.String name
Holds the name. -
symbol
java.lang.String symbol
Holds the symbol.
-
-
-
Package tech.units.indriya.format
-
Class tech.units.indriya.format.AbstractQuantityFormat extends java.text.Format implements Serializable
- serialVersionUID:
- -4628006924354248662L
-
Class tech.units.indriya.format.NumberSpaceQuantityFormat extends AbstractQuantityFormat implements Serializable
- serialVersionUID:
- 3546952599885869402L
-
Serialized Fields
-
numberFormat
java.text.NumberFormat numberFormat
-
unitFormat
javax.measure.format.UnitFormat unitFormat
-
-
Class tech.units.indriya.format.SimpleQuantityFormat extends AbstractQuantityFormat implements Serializable
- serialVersionUID:
- 2758248665095734058L
-
-
Package tech.units.indriya.function
-
Class tech.units.indriya.function.AddConverter extends AbstractConverter implements Serializable
- serialVersionUID:
- -2981335308595652284L
-
Serialized Fields
-
offset
double offset
Holds the offset.
-
-
Class tech.units.indriya.function.ExpConverter extends AbstractConverter implements Serializable
- serialVersionUID:
- -8851436813812059827L
-
Serialized Fields
-
base
double base
Holds the logarithmic base. -
logOfBase
double logOfBase
Holds the natural logarithm of the base.
-
-
Class tech.units.indriya.function.LogConverter extends AbstractConverter implements Serializable
- serialVersionUID:
- -7584688290961460870L
-
Serialized Fields
-
base
double base
Holds the logarithmic base. -
logOfBase
double logOfBase
Holds the natural logarithm of the base.
-
-
Class tech.units.indriya.function.MultiplyConverter extends AbstractConverter implements Serializable
- serialVersionUID:
- 6588759878444545649L
-
Serialized Fields
-
factor
double factor
Holds the scale factor.
-
-
Class tech.units.indriya.function.PowersOfIntConverter extends AbstractConverter implements Serializable
- serialVersionUID:
- 3546932001671571300L
-
Serialized Fields
-
base
int base
-
doubleFactor
double doubleFactor
-
exponent
int exponent
-
hashCode
int hashCode
-
-
Class tech.units.indriya.function.PowersOfPiConverter extends AbstractConverter implements Serializable
- serialVersionUID:
- 5000593326722785126L
-
Serialized Fields
-
doubleFactor
double doubleFactor
-
exponent
int exponent
-
hashCode
int hashCode
-
-
Class tech.units.indriya.function.RationalConverter extends AbstractConverter implements Serializable
- serialVersionUID:
- 3563384008357680074L
-
Serialized Fields
-
dividend
java.math.BigInteger dividend
Holds the converter dividend. -
divisor
java.math.BigInteger divisor
Holds the converter divisor (always positive).
-
-
-
Package tech.units.indriya.internal.format
-
Class tech.units.indriya.internal.format.TokenException extends javax.measure.format.ParserException implements Serializable
- serialVersionUID:
- 2932151235799168061L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
java.lang.String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class tech.units.indriya.internal.format.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- -3348968864772188432L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package tech.units.indriya.quantity
-
Class tech.units.indriya.quantity.NumberQuantity extends AbstractQuantity<Q extends javax.measure.Quantity<Q>> implements Serializable
- serialVersionUID:
- 7312161895652321241L
-
Serialized Fields
-
isBig
boolean isBig
Indicates if this quantity is big. -
value
java.lang.Number value
-
-
Class tech.units.indriya.quantity.QuantityDimension extends java.lang.Object implements Serializable
- serialVersionUID:
- 123289037718650030L
-
Serialized Fields
-
pseudoUnit
javax.measure.Unit<?> pseudoUnit
Holds the pseudo unit associated to this dimension.
-
-
-
Package tech.units.indriya.quantity.time
-
Class tech.units.indriya.quantity.time.TemporalQuantity extends AbstractQuantity<javax.measure.quantity.Time> implements Serializable
- serialVersionUID:
- 6835738653744691425L
-
Serialized Fields
-
amount
java.time.temporal.TemporalAmount amount
-
timeUnit
java.time.temporal.TemporalUnit timeUnit
-
value
java.lang.Integer value
-
-
Class tech.units.indriya.quantity.time.TimeUnitQuantity extends AbstractQuantity<javax.measure.quantity.Time> implements Serializable
- serialVersionUID:
- -5840251813363744230L
-
Serialized Fields
-
timeUnit
java.util.concurrent.TimeUnit timeUnit
-
value
java.lang.Integer value
-
-
-
Package tech.units.indriya.spi
-
Package tech.units.indriya.unit
-
Class tech.units.indriya.unit.AlternateUnit extends AbstractUnit<Q extends javax.measure.Quantity<Q>> implements Serializable
- serialVersionUID:
- 4696690756456282705L
-
Serialized Fields
-
parentUnit
javax.measure.Unit<?> parentUnit
Holds the parent unit (a system unit). -
symbol
java.lang.String symbol
Holds the symbol for this unit.
-
-
Class tech.units.indriya.unit.AnnotatedUnit extends AbstractUnit<Q extends javax.measure.Quantity<Q>> implements Serializable
- serialVersionUID:
- -5676462045106887728L
-
Serialized Fields
-
actualUnit
AbstractUnit<Q extends javax.measure.Quantity<Q>> actualUnit
Holds the actual unit. -
annotation
java.lang.String annotation
Holds the annotation.
-
-
Class tech.units.indriya.unit.BaseUnit extends AbstractUnit<Q extends javax.measure.Quantity<Q>> implements Serializable
- serialVersionUID:
- 1721629233768215930L
-
Class tech.units.indriya.unit.ProductUnit extends AbstractUnit<Q extends javax.measure.Quantity<Q>> implements Serializable
- serialVersionUID:
- 962983585531030093L
-
Serialized Fields
-
elements
ProductUnit.Element[] elements
Holds the units composing this product unit. -
symbol
java.lang.String symbol
Holds the symbol for this unit.
-
-
Class tech.units.indriya.unit.TransformedUnit extends AbstractUnit<Q extends javax.measure.Quantity<Q>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
converter
javax.measure.UnitConverter converter
Holds the converter to the parent unit. -
parentUnit
AbstractUnit<Q extends javax.measure.Quantity<Q>> parentUnit
Holds the parent unit. -
symbol
java.lang.String symbol
Holds the symbol. -
systemUnit
javax.measure.Unit<Q extends javax.measure.Quantity<Q>> systemUnit
Holds the system unit.
-
-