Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 

A

AbstractConverter - Class in tec.uom.se
The base class for our UnitConverter implementations.
AbstractConverter() - Constructor for class tec.uom.se.AbstractConverter
DefaultQuantityFactory constructor.
AbstractConverter.Identity - Class in tec.uom.se
This class represents the identity converter (singleton).
AbstractConverter.Pair - Class in tec.uom.se
This class represents converters made up of two or more separate converters (in matrix notation [pair] = [left] x [right]).
AbstractMeasurement<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.spi
This class represents the immutable result of a measurement stated in a known quantity.
AbstractMeasurement(Quantity<Q>, Instant) - Constructor for class tec.uom.se.spi.AbstractMeasurement
constructor.
AbstractMeasurement(Quantity<Q>, long) - Constructor for class tec.uom.se.spi.AbstractMeasurement
constructor.
AbstractMeasurement(Quantity<Q>) - Constructor for class tec.uom.se.spi.AbstractMeasurement
constructor.
AbstractMeasurement.Default<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.spi
This class represents the default measurement.
AbstractMeasurement.DefaultComparable<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.spi
This class represents the default measurement.
AbstractQuantity<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se
This class represents the immutable result of a scalar measurement stated in a known unit.
AbstractQuantity(Unit<Q>) - Constructor for class tec.uom.se.AbstractQuantity
constructor.
AbstractSystemOfUnits - Class in tec.uom.se
An abstract base class for unit systems.
AbstractSystemOfUnits() - Constructor for class tec.uom.se.AbstractSystemOfUnits
 
AbstractSystemOfUnits.Helper - Class in tec.uom.se
 
AbstractUnit<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se
The class represents units founded on the seven SI base units for seven base quantities assumed to be mutually independent.
AbstractUnit() - Constructor for class tec.uom.se.AbstractUnit
DefaultQuantityFactory constructor.
AbstractUnitFormat - Class in tec.uom.se.format
This class provides the interface for formatting and parsing units.
AbstractUnitFormat() - Constructor for class tec.uom.se.format.AbstractUnitFormat
 
accept(Quantity<Q>) - Method in class tec.uom.se.function.QuantitySummaryStatistics
Records another value into the summary information.
actualUnit - Variable in class tec.uom.se.unit.AnnotatedUnit
Holds the actual unit.
add(Quantity<Q>) - Method in interface tec.uom.se.ComparableQuantity
 
add(Quantity<Q>) - Method in class tec.uom.se.quantity.DecimalQuantity
 
add(Quantity<Q>) - Method in class tec.uom.se.quantity.DoubleQuantity
 
add(Quantity<Q>) - Method in class tec.uom.se.quantity.NumberQuantity
 
add(Quantity<Q>) - Method in class tec.uom.se.quantity.ShortQuantity
 
add(Quantity<Time>) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
add(Quantity<Time>) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
add_escapes(String) - Static method in exception tec.uom.se.internal.format.TokenException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
AddConverter - Class in tec.uom.se.function
This class represents a converter adding a constant offset to numeric values (double based).
AddConverter(double) - Constructor for class tec.uom.se.function.AddConverter
Creates an additive converter having the specified offset.
addEscapes(String) - Static method in error tec.uom.se.internal.format.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
AddExpr() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
addExpr() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
ADDITION_PRECEDENCE - Static variable in class tec.uom.se.format.EBNFHelper
Operator precedence for the addition and subtraction operations
ADDITION_PRECEDENCE - Static variable in class tec.uom.se.format.LocalUnitFormat
Operator precedence for the addition and subtraction operations
additionPrecedence(AddConverter, boolean, int, StringBuilder) - Static method in class tec.uom.se.format.FormatConverter
 
addUnit(Set<Unit<?>>, U, String) - Static method in class tec.uom.se.AbstractSystemOfUnits.Helper
Adds a new named unit to the collection.
addUnit(Set<Unit<?>>, U, String, String) - Static method in class tec.uom.se.AbstractSystemOfUnits.Helper
Adds a new named unit to the collection.
addUnit(Set<Unit<?>>, U, String, String, UnitStyle) - Static method in class tec.uom.se.AbstractSystemOfUnits.Helper
Adds a new named unit to the collection.
addUnit(Set<Unit<?>>, U, String, UnitStyle) - Static method in class tec.uom.se.AbstractSystemOfUnits.Helper
Adds a new labeled unit to the set.
addUnit(U) - Static method in class tec.uom.se.unit.Units
Adds a new unit not mapped to any specified quantity type.
addUnit(U, Class<? extends Quantity<?>>) - Static method in class tec.uom.se.unit.Units
Adds a new unit and maps it to the specified quantity type.
adjustBeginLineColumn(int, int) - Method in class tec.uom.se.internal.format.DefaultCharStream
Method to adjust line and column numbers for the start of a token.
alias(Unit<?>, String) - Method in class tec.uom.se.format.SimpleUnitFormat
Attaches a system-wide alias to this unit.
alias(Unit<?>, String) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
alias(Unit<?>, String) - Method in class tec.uom.se.format.SymbolMap
Attaches an alias to the specified unit.
alternate(String) - Method in class tec.uom.se.AbstractUnit
 
AlternateUnit<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.unit
This class represents units used in expressions to distinguish between quantities of a different nature but of the same dimensions.
AlternateUnit(Unit<?>, String) - Constructor for class tec.uom.se.unit.AlternateUnit
Creates an alternate unit for the specified system unit identified by the specified name and symbol.
amount - Variable in class tec.uom.se.quantity.time.TemporalQuantity
 
AMOUNT_OF_SUBSTANCE - Static variable in class tec.uom.se.quantity.QuantityDimension
Holds amount of substance dimension (N).
AMPERE - Static variable in class tec.uom.se.unit.Units
The SI base unit for electric current quantities (standard name A).
annotate(String) - Method in class tec.uom.se.AbstractUnit
Annotates the specified unit.
AnnotatedUnit<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.unit
This class represents an annotated unit.
AnnotatedUnit(AbstractUnit<Q>, String) - Constructor for class tec.uom.se.unit.AnnotatedUnit
Creates an annotated unit equivalent to the specified unit.
annotation - Variable in class tec.uom.se.unit.AnnotatedUnit
Holds the annotation.
append(Appendable, CharSequence, int, int) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
arccot(BigDecimal, int) - Static method in class tec.uom.se.function.PiMultiplierConverter.Pi
Compute arccot via the Taylor series expansion.
arg - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser.JJCalls
Deprecated.
 
arg - Variable in class tec.uom.se.internal.format.UnitFormatParser.JJCalls
 
ASCII - Static variable in class tec.uom.se.format.SimpleUnitFormat
Holds the ASCIIFormat unit format.
ASCIIFormat() - Constructor for class tec.uom.se.format.SimpleUnitFormat.ASCIIFormat
 
asciiPrefix(String) - Static method in class tec.uom.se.format.SimpleUnitFormat
 
ASTERISK - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
asType(Class<T>) - Method in class tec.uom.se.AbstractQuantity
Casts this quantity to a parameterized quantity of specified nature or throw a ClassCastException if the dimension of the specified quantity and its unit's dimension do not match.
asType(Class<T>) - Method in class tec.uom.se.AbstractUnit
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 (regardless whether or not the dimensions are independent or not).
asType(Class<T>) - Method in interface tec.uom.se.ComparableQuantity
 
AtomicExpr() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
atomicExpr() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
ATTO(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-18
available - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
average - Variable in class tec.uom.se.function.QuantitySummaryStatistics
 

B

backup(int) - Method in class tec.uom.se.internal.format.DefaultCharStream
Backup a number of characters.
base - Variable in class tec.uom.se.function.ExpConverter
Holds the logarithmic base.
base - Variable in class tec.uom.se.function.LogConverter
Holds the logarithmic base.
BaseUnit<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.unit
This class represents the building blocks on top of which all others physical units are created.
BaseUnit(String, Dimension) - Constructor for class tec.uom.se.unit.BaseUnit
Creates a base unit having the specified symbol and dimension.
BaseUnit(String) - Constructor for class tec.uom.se.unit.BaseUnit
Creates a base unit having the specified symbol and dimension.
BaseUnit(String, String) - Constructor for class tec.uom.se.unit.BaseUnit
Creates a base unit having the specified symbol and name.
BECQUEREL - Static variable in class tec.uom.se.unit.Units
The SI unit for activity of a radionuclide (standard name Bq ).
beginColumn - Variable in class tec.uom.se.internal.format.Token
The column number of the first character of this Token.
beginLine - Variable in class tec.uom.se.internal.format.Token
The line number of the first character of this Token.
BeginToken() - Method in class tec.uom.se.internal.format.DefaultCharStream
Start.
bufcolumn - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
buffer - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
bufline - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
bufpos - Variable in class tec.uom.se.internal.format.DefaultCharStream
Position in buffer.
bufsize - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
BUNDLE_NAME - Static variable in class tec.uom.se.format.EBNFUnitFormat
Name of the resource bundle
BundleToMapAdapter - Class in tec.uom.se.internal.format.l10n
 
BundleToMapAdapter() - Constructor for class tec.uom.se.internal.format.l10n.BundleToMapAdapter
 

C

CANDELA - Static variable in class tec.uom.se.unit.Units
The SI base unit for luminous intensity quantities (standard name cd).
CARET - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
CELSIUS - Static variable in class tec.uom.se.unit.Units
The SI unit for Celsius temperature (standard name Cel).
CENTI(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-2
charAt(String, int) - Static method in class tec.uom.se.spi.NumberComparator
 
check(boolean, String, CharSequence, int) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
CLASS_TO_METRIC_UNIT - Static variable in class tec.uom.se.quantity.DefaultQuantityFactory
 
CLASS_TO_METRIC_UNIT - Static variable in class tec.uom.se.quantity.ProxyQuantityFactory.Default
 
CLOSE_PAREN - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
CLOSE_PAREN - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
COLON - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
column - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
combine(QuantitySummaryStatistics<Q>) - Method in class tec.uom.se.function.QuantitySummaryStatistics
Combines the state of another QuantitySummaryStatistics into this one.
ComparableQuantity<Q extends javax.measure.Quantity<Q>> - Interface in tec.uom.se
Quantity specialized for the Java SE platform.
compare(Quantity<T>, Quantity<T>) - Method in class tec.uom.se.function.NaturalOrder
 
compare(Object, Object) - Method in class tec.uom.se.spi.NumberComparator
 
compareRight(String, String) - Method in class tec.uom.se.spi.NumberComparator
 
compareServices(Object, Object) - Static method in class tec.uom.se.spi.DefaultServiceProvider
 
compareTo(Quantity<Q>) - Method in class tec.uom.se.AbstractQuantity
Compares this measure to the specified Measurement quantity.
compareTo(Unit<Q>) - Method in class tec.uom.se.AbstractUnit
Compares this unit to the specified unit.
compareTo(Measurement<Q>) - Method in class tec.uom.se.spi.AbstractMeasurement.Default
 
compareTo(Measurement<Q>) - Method in class tec.uom.se.spi.AbstractMeasurement.DefaultComparable
 
compareTo(ServiceProvider) - Method in class tec.uom.se.spi.DefaultServiceProvider
 
CompoundExpr() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
compoundExpr() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
concatenate(AbstractConverter) - Method in class tec.uom.se.AbstractConverter
Concatenates this physics converter with another physics converter.
concatenate(UnitConverter) - Method in class tec.uom.se.AbstractConverter
 
concatenate(UnitConverter) - Method in class tec.uom.se.AbstractConverter.Identity
 
concatenate(UnitConverter) - Method in class tec.uom.se.function.AddConverter
 
concatenate(UnitConverter) - Method in class tec.uom.se.function.MultiplyConverter
 
concatenate(UnitConverter) - Method in class tec.uom.se.function.RationalConverter
 
consumeToken(int) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
contains(Quantity<Q>) - Method in class tec.uom.se.quantity.QuantityRange
 
contains(T) - Method in class tec.uom.se.spi.Range
Checks whether the given T is within this range
containsKey(String) - Method in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
Overrides the super class implementation to check the existence of a key across all merged bundles
convert(Number) - Method in class tec.uom.se.AbstractConverter
 
convert(double) - Method in class tec.uom.se.AbstractConverter
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.AbstractConverter
 
convert(double) - Method in class tec.uom.se.AbstractConverter.Identity
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.AbstractConverter.Identity
 
convert(double) - Method in class tec.uom.se.AbstractConverter.Pair
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.AbstractConverter.Pair
 
convert(double) - Method in class tec.uom.se.function.AddConverter
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.function.AddConverter
 
convert(F) - Method in interface tec.uom.se.function.Converter
Returns a F converted into a T.
convert(double) - Method in class tec.uom.se.function.ExpConverter
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.function.ExpConverter
 
convert(double) - Method in class tec.uom.se.function.LogConverter
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.function.LogConverter
 
convert(double) - Method in class tec.uom.se.function.MultiplyConverter
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.function.MultiplyConverter
 
convert(double) - Method in class tec.uom.se.function.PiDivisorConverter
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.function.PiDivisorConverter
 
convert(double) - Method in class tec.uom.se.function.PiMultiplierConverter
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.function.PiMultiplierConverter
 
convert(double) - Method in class tec.uom.se.function.RationalConverter
 
convert(BigDecimal, MathContext) - Method in class tec.uom.se.function.RationalConverter
 
Converter<F,T> - Interface in tec.uom.se.function
Represents an operation to convert values.
converter - Variable in enum tec.uom.se.unit.MetricPrefix
The UnitConverter of this prefix, as returned by MetricPrefix.getConverter().
converter - Variable in class tec.uom.se.unit.TransformedUnit
Holds the converter to the parent unit.
CONVERTERS - Static variable in class tec.uom.se.format.SimpleUnitFormat
 
converterToPrefix - Variable in class tec.uom.se.format.SymbolMap
 
COULOMB - Static variable in class tec.uom.se.unit.Units
The SI unit for electric charge, quantity of electricity (standard name C).
count - Variable in class tec.uom.se.function.QuantitySummaryStatistics
 
create(Number, Unit<Q>) - Method in class tec.uom.se.quantity.DefaultQuantityFactory
 
create(Number, Unit<Q>) - Method in class tec.uom.se.quantity.ProxyQuantityFactory.Default
 
CUBIC_METRE - Static variable in class tec.uom.se.unit.Units
The SI unit for volume quantities (standard name m3).
curChar - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
curLexState - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
current() - Static method in class tec.uom.se.spi.DimensionalModel
Returns the current model (by default an instance of StandardModel).
currentModel - Static variable in class tec.uom.se.spi.DimensionalModel
Holds the current model.
currentToken - Variable in exception tec.uom.se.internal.format.TokenException
This is the last token that has been consumed successfully.

D

DAY - Static variable in class tec.uom.se.unit.Units
A time unit accepted for use with SI units (standard name d ).
debugStream - Variable in class tec.uom.se.internal.format.UnitTokenManager
Debug output.
DECI(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-1
DecimalQuantity<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.quantity
An amount of quantity, implementation of ComparableQuantity that uses BigDecimal as implementation of Number, this object is immutable.
DecimalQuantity(BigDecimal, Unit<Q>) - Constructor for class tec.uom.se.quantity.DecimalQuantity
 
decimalValue(Unit<Q>, MathContext) - Method in class tec.uom.se.AbstractQuantity
 
decimalValue(Unit<Q>, MathContext) - Method in class tec.uom.se.quantity.DecimalQuantity
 
decimalValue(Unit<Q>, MathContext) - Method in class tec.uom.se.quantity.DoubleQuantity
 
decimalValue(Unit<Q>, MathContext) - Method in class tec.uom.se.quantity.NumberQuantity
 
decimalValue(Unit<Q>, MathContext) - Method in class tec.uom.se.quantity.ShortQuantity
 
decimalValue(Unit<Time>, MathContext) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
decimalValue(Unit<Time>, MathContext) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
DEFAULT - Static variable in class tec.uom.se.format.QuantityFormat
Holds the default format instance.
DEFAULT - Static variable in class tec.uom.se.format.SimpleUnitFormat
Holds the standard unit format.
DEFAULT - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
Lexical state.
Default(Class<Q>) - Constructor for class tec.uom.se.quantity.ProxyQuantityFactory.Default
Creates a new factory for quantities of the given type.
Default(Quantity, Instant) - Constructor for class tec.uom.se.spi.AbstractMeasurement.Default
 
Default(Quantity, long) - Constructor for class tec.uom.se.spi.AbstractMeasurement.Default
 
Default(Quantity) - Constructor for class tec.uom.se.spi.AbstractMeasurement.Default
 
DEFAULT_FORMAT - Static variable in class tec.uom.se.internal.format.DefaultUnitFormatService
 
DEFAULT_INSTANCE - Static variable in class tec.uom.se.format.EBNFUnitFormat
Default locale instance.
DEFAULT_INSTANCE - Static variable in class tec.uom.se.format.LocalUnitFormat
DefaultQuantityFactory locale instance.
DefaultCharStream - Class in tec.uom.se.internal.format
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
DefaultCharStream(Reader, int, int, int) - Constructor for class tec.uom.se.internal.format.DefaultCharStream
Constructor.
DefaultCharStream(Reader, int, int) - Constructor for class tec.uom.se.internal.format.DefaultCharStream
Constructor.
DefaultCharStream(Reader) - Constructor for class tec.uom.se.internal.format.DefaultCharStream
Constructor.
DefaultCharStream(InputStream, String, int, int, int) - Constructor for class tec.uom.se.internal.format.DefaultCharStream
Constructor.
DefaultCharStream(InputStream, int, int, int) - Constructor for class tec.uom.se.internal.format.DefaultCharStream
Constructor.
DefaultCharStream(InputStream, String, int, int) - Constructor for class tec.uom.se.internal.format.DefaultCharStream
Constructor.
DefaultCharStream(InputStream, int, int) - Constructor for class tec.uom.se.internal.format.DefaultCharStream
Constructor.
DefaultCharStream(InputStream, String) - Constructor for class tec.uom.se.internal.format.DefaultCharStream
Constructor.
DefaultCharStream(InputStream) - Constructor for class tec.uom.se.internal.format.DefaultCharStream
Constructor.
DefaultComparable(ComparableQuantity, Instant) - Constructor for class tec.uom.se.spi.AbstractMeasurement.DefaultComparable
 
DefaultComparable(ComparableQuantity, long) - Constructor for class tec.uom.se.spi.AbstractMeasurement.DefaultComparable
 
DefaultComparable(ComparableQuantity) - Constructor for class tec.uom.se.spi.AbstractMeasurement.DefaultComparable
 
DefaultFormat() - Constructor for class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
defaultLexState - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
DefaultQuantityFactory<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.quantity
A factory producing simple quantities instances (tuples Number/ Unit).
DefaultQuantityFactory(Class<Q>) - Constructor for class tec.uom.se.quantity.DefaultQuantityFactory
 
DefaultQuantityFormat - Class in tec.uom.se.format
Holds standard implementation
DefaultQuantityFormat() - Constructor for class tec.uom.se.format.DefaultQuantityFormat
 
DefaultServiceProvider - Class in tec.uom.se.spi
This class extends the ServiceProvider class and hereby uses the JDK ServiceLoader to load the required services.
DefaultServiceProvider() - Constructor for class tec.uom.se.spi.DefaultServiceProvider
 
DefaultSystemOfUnitsService - Class in tec.uom.se.internal
 
DefaultSystemOfUnitsService() - Constructor for class tec.uom.se.internal.DefaultSystemOfUnitsService
 
DefaultUnitFormatService - Class in tec.uom.se.internal.format
Default format service.
DefaultUnitFormatService() - Constructor for class tec.uom.se.internal.format.DefaultUnitFormatService
 
DEGREE_ANGLE - Static variable in class tec.uom.se.unit.Units
Deprecated.
Use from SI
DEKA(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 101
DIGIT - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
dimension - Variable in class tec.uom.se.unit.BaseUnit
Holds the base unit dimension.
DimensionalModel - Class in tec.uom.se.spi
This class represents the physical model used for dimensional analysis.
DimensionalModel() - Constructor for class tec.uom.se.spi.DimensionalModel
DefaultQuantityFactory constructor (allows for derivation).
disable_tracing() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Disable tracing.
disable_tracing() - Method in class tec.uom.se.internal.format.UnitFormatParser
Disable tracing.
divide(Quantity<T>, Class<E>) - Method in class tec.uom.se.AbstractQuantity
 
divide(double) - Method in class tec.uom.se.AbstractUnit
Returns the result of dividing this unit by the specifified divisor.
divide(Unit<?>) - Method in class tec.uom.se.AbstractUnit
Returns the quotient of this unit with the one specified.
divide(AbstractUnit<?>) - Method in class tec.uom.se.AbstractUnit
Returns the quotient of this physical unit with the one specified.
divide(Quantity<?>) - Method in interface tec.uom.se.ComparableQuantity
 
divide(Number) - Method in interface tec.uom.se.ComparableQuantity
 
divide(Quantity<T>, Class<E>) - Method in interface tec.uom.se.ComparableQuantity
Multiply and cast the ComparableQuantity
DIVIDE - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
divide(Number) - Method in class tec.uom.se.quantity.DecimalQuantity
 
divide(Quantity<?>) - Method in class tec.uom.se.quantity.DecimalQuantity
 
divide(Quantity<?>) - Method in class tec.uom.se.quantity.DoubleQuantity
 
divide(Number) - Method in class tec.uom.se.quantity.DoubleQuantity
 
divide(Quantity<?>) - Method in class tec.uom.se.quantity.NumberQuantity
 
divide(Number) - Method in class tec.uom.se.quantity.NumberQuantity
 
divide(Dimension) - Method in class tec.uom.se.quantity.QuantityDimension
Returns the quotient of this dimension with the one specified.
divide(QuantityDimension) - Method in class tec.uom.se.quantity.QuantityDimension
Returns the quotient of this dimension with the one specified.
divide(Quantity<?>) - Method in class tec.uom.se.quantity.ShortQuantity
 
divide(Number) - Method in class tec.uom.se.quantity.ShortQuantity
 
divide(Quantity<?>) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
divide(Number) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
divide(Quantity<?>) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
divide(Number) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
dividend - Variable in class tec.uom.se.function.RationalConverter
Holds the converter dividend.
divisor - Variable in class tec.uom.se.function.RationalConverter
Holds the converter divisor (always positive).
Done() - Method in class tec.uom.se.internal.format.DefaultCharStream
Reset buffer when finished.
doSummary(Quantity<Q>) - Method in class tec.uom.se.function.QuantitySummaryStatistics
 
DoubleQuantity<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.quantity
An amount of quantity, implementation of ComparableQuantity that uses Double as implementation of Number, this object is immutable.
DoubleQuantity(double, Unit<Q>) - Constructor for class tec.uom.se.quantity.DoubleQuantity
 
doubleValue(Unit<Q>) - Method in class tec.uom.se.AbstractQuantity
 
doubleValue(Unit<Q>) - Method in class tec.uom.se.quantity.DecimalQuantity
 
doubleValue(Unit<Q>) - Method in class tec.uom.se.quantity.DoubleQuantity
 
doubleValue(Unit<Q>) - Method in class tec.uom.se.quantity.NumberQuantity
 
doubleValue(Unit<Q>) - Method in class tec.uom.se.quantity.ShortQuantity
 
doubleValue(Unit<Time>) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
doubleValue(Unit<Time>) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 

E

E - Static variable in class tec.uom.se.AbstractSystemOfUnits
The natural logarithm.
E - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
EBNFHelper - Class in tec.uom.se.format
Helper class that handles internals of formatting in EBNFUnitFormat
EBNFHelper() - Constructor for class tec.uom.se.format.EBNFHelper
 
EBNFUnitFormat - Class in tec.uom.se.format
This class represents the local neutral format.
EBNFUnitFormat() - Constructor for class tec.uom.se.format.EBNFUnitFormat
Base constructor.
EBNFUnitFormat(SymbolMap) - Constructor for class tec.uom.se.format.EBNFUnitFormat
Private constructor.
ELECTRIC_CURRENT - Static variable in class tec.uom.se.quantity.QuantityDimension
Holds electric current dimension (I).
Element(Unit<?>, int, int) - Constructor for class tec.uom.se.unit.ProductUnit.Element
Structural constructor.
ElementProduct<T extends javax.measure.Quantity<T>> - Class in tec.uom.se.unit
Inner product element represents a rational power of a single unit.
ElementProduct(Unit<T>, int, int) - Constructor for class tec.uom.se.unit.ElementProduct
Structural constructor.
elements - Variable in class tec.uom.se.unit.ProductUnit
Holds the units composing this product unit.
empty - Variable in class tec.uom.se.function.QuantitySummaryStatistics
 
enable_tracing() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Enable tracing.
enable_tracing() - Method in class tec.uom.se.internal.format.UnitFormatParser
Enable tracing.
endColumn - Variable in class tec.uom.se.internal.format.Token
The column number of the last character of this Token.
endLine - Variable in class tec.uom.se.internal.format.Token
The line number of the last character of this Token.
endpos - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
enumeration - Variable in class tec.uom.se.internal.format.l10n.ResourceBundleEnumeration
 
EOF - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
EOF - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
End of File.
eol - Variable in exception tec.uom.se.internal.format.TokenException
The end of line string for this machine.
equals(Object) - Method in class tec.uom.se.AbstractConverter
 
equals(Object) - Method in class tec.uom.se.AbstractConverter.Identity
 
equals(Object) - Method in class tec.uom.se.AbstractConverter.Pair
 
equals(Object) - Method in class tec.uom.se.AbstractQuantity
Compares this measure against the specified object for strict equality (same unit and same amount).
equals(AbstractQuantity<Q>, double, Unit<Q>) - Method in class tec.uom.se.AbstractQuantity
Compares this measure and the specified Measurement to the given accuracy.
equals(Object) - Method in class tec.uom.se.AbstractUnit
 
equals(Object) - Method in class tec.uom.se.function.AddConverter
 
equals(Object) - Method in class tec.uom.se.function.ExpConverter
 
equals(Object) - Method in class tec.uom.se.function.LogConverter
 
equals(Object) - Method in class tec.uom.se.function.MultiplyConverter
 
equals(Object) - Method in class tec.uom.se.function.PiDivisorConverter
 
equals(Object) - Method in class tec.uom.se.function.PiMultiplierConverter
 
equals(Object) - Method in class tec.uom.se.function.QuantitySummaryStatistics
will equals when the unit were equals
equals(Object) - Method in class tec.uom.se.function.RationalConverter
 
equals(Object) - Method in class tec.uom.se.quantity.DefaultQuantityFactory
 
equals(Object) - Method in class tec.uom.se.quantity.QuantityDimension
 
equals(Object) - Method in class tec.uom.se.quantity.QuantityRange
 
equals(Object) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
equals(Object) - Method in class tec.uom.se.quantity.time.TimedData
 
equals(Object) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
equals(Object) - Method in class tec.uom.se.spi.AbstractMeasurement
 
equals(Object) - Method in class tec.uom.se.spi.Range
 
equals(Object) - Method in class tec.uom.se.unit.AlternateUnit
 
equals(Object) - Method in class tec.uom.se.unit.AnnotatedUnit
 
equals(Object) - Method in class tec.uom.se.unit.BaseUnit
 
equals(Object) - Method in class tec.uom.se.unit.ProductUnit.Element
 
equals(Object) - Method in class tec.uom.se.unit.ProductUnit
 
equals(Object) - Method in class tec.uom.se.unit.TransformedUnit
 
errorCode - Variable in error tec.uom.se.internal.format.TokenMgrError
Indicates the reason why the exception is thrown.
EXA(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 1018
Exp() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
exp() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
ExpandBuff(boolean) - Method in class tec.uom.se.internal.format.DefaultCharStream
 
ExpConverter - Class in tec.uom.se.function
This class represents a exponential converter of limited precision.
ExpConverter(double) - Constructor for class tec.uom.se.function.ExpConverter
Creates a logarithmic converter having the specified base.
expectedTokenSequences - Variable in exception tec.uom.se.internal.format.TokenException
Each entry in this array is an array of integers.
expentries - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
expentry - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
EXPONENT - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
Exponent(int, int) - Constructor for class tec.uom.se.format.SimpleUnitFormat.Exponent
 
Exponent(int, int) - Constructor for class tec.uom.se.internal.format.LocalUnitFormatParser.Exponent
Deprecated.
 
Exponent(int, int) - Constructor for class tec.uom.se.internal.format.UnitFormatParser.Exponent
 
EXPONENT_1 - Static variable in class tec.uom.se.format.EBNFHelper
Exponent 1 character
EXPONENT_2 - Static variable in class tec.uom.se.format.EBNFHelper
Exponent 2 character
EXPONENT_PRECEDENCE - Static variable in class tec.uom.se.format.EBNFHelper
Operator precedence for the exponentiation and logarithm operations
EXPONENT_PRECEDENCE - Static variable in class tec.uom.se.format.LocalUnitFormat
Operator precedence for the exponentiation and logarithm operations
ExponentExpr() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
exponentExpr() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
exponentPrecedenceExpConveter(ExpConverter, int, StringBuilder) - Static method in class tec.uom.se.format.FormatConverter
 
exponentPrecedenceLogConveter(LogConverter, StringBuilder) - Static method in class tec.uom.se.format.FormatConverter
 
EXTENDED_CHAR - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.

F

factor - Variable in class tec.uom.se.function.MultiplyConverter
Holds the scale factor.
FARAD - Static variable in class tec.uom.se.unit.Units
The SI unit for capacitance (standard name F).
FEMTO(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-15
FillBuff() - Method in class tec.uom.se.internal.format.DefaultCharStream
 
first - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser.JJCalls
Deprecated.
 
first - Variable in class tec.uom.se.internal.format.UnitFormatParser.JJCalls
 
fiterByExcludingUnit(Unit<Q>...) - Static method in class tec.uom.se.function.QuantityFunctions
Predicate to filter excluding these units
fiterByUnit(Unit<Q>...) - Static method in class tec.uom.se.function.QuantityFunctions
Predicate to filter to one or more units
FIVE - Static variable in class tec.uom.se.function.PiMultiplierConverter
 
Flavor() - Constructor for enum tec.uom.se.format.SimpleUnitFormat.Flavor
 
FLOAT - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
FLOATING_POINT - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
floatValue(Unit<Q>) - Method in class tec.uom.se.AbstractQuantity
 
format(Unit<?>, Appendable) - Method in class tec.uom.se.format.AbstractUnitFormat
Formats the specified unit.
format(Unit<?>) - Method in class tec.uom.se.format.AbstractUnitFormat
Formats an object to produce a string.
format(AbstractUnit<?>, StringBuilder) - Method in class tec.uom.se.format.AbstractUnitFormat
Convenience method equivalent to #format(AbstractUnit, Appendable) except it does not raise an IOException.
format(Quantity, Appendable) - Method in class tec.uom.se.format.DefaultQuantityFormat
 
format(Unit<?>, Appendable) - Method in class tec.uom.se.format.EBNFUnitFormat
 
format(Unit<?>, Appendable) - Method in class tec.uom.se.format.LocalUnitFormat
 
format(Quantity<?>, Appendable) - Method in class tec.uom.se.format.NumberSpaceQuantityFormat
 
format(Quantity<?>, Appendable) - Method in class tec.uom.se.format.QuantityFormat
Formats the specified quantity into an Appendable.
format(Object, StringBuffer, FieldPosition) - Method in class tec.uom.se.format.QuantityFormat
 
format(AbstractQuantity<?>, StringBuilder) - Method in class tec.uom.se.format.QuantityFormat
Convenience method equivalent to #format(AbstractQuantity, Appendable) except it does not raise an IOException.
format(Unit<?>, Appendable) - Method in class tec.uom.se.format.SimpleUnitFormat.ASCIIFormat
 
format(Unit<?>, Appendable) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
format(Unit<?>, Appendable) - Method in class tec.uom.se.format.SimpleUnitFormat
Formats the specified unit.
format(Object, StringBuffer, FieldPosition) - Method in class tec.uom.se.format.SimpleUnitFormat
Formats an unit and appends the resulting text to a given string buffer (implements java.text.Format).
FormatBehavior - Enum in tec.uom.se.format
Defines different ways of formatting.
FormatBehavior() - Constructor for enum tec.uom.se.format.FormatBehavior
 
FormatConverter - Class in tec.uom.se.format
 
FormatConverter() - Constructor for class tec.uom.se.format.FormatConverter
 
formatConverter(UnitConverter, boolean, int, StringBuilder, SymbolMap) - Static method in class tec.uom.se.format.FormatConverter
Formats the given converter to the given StringBuilder and returns the operator precedence of the converter's mathematical operation.
formatConverter(UnitConverter, boolean, int, StringBuilder) - Method in class tec.uom.se.format.LocalUnitFormat
Formats the given converter to the given StringBuffer and returns the operator precedence of the converter's mathematical operation.
formatExponent(Unit<?>, int, int, boolean, Appendable, SymbolMap) - Static method in class tec.uom.se.format.EBNFHelper
Format the given unit raised to the given fractional power to the given StringBuffer.
formatExponent(Unit<?>, int, int, boolean, Appendable) - Method in class tec.uom.se.format.LocalUnitFormat
Format the given unit raised to the given fractional power to the given StringBuffer.
formatFormattable(Formattable, int, StringBuilder) - Static method in class tec.uom.se.format.FormatConverter
Formats the given Formattable to the given StringBuffer and returns the given precedence of the converter's mathematical operation.
formatInternal(Unit<?>, Appendable, SymbolMap) - Static method in class tec.uom.se.format.EBNFHelper
Format the given unit to the given StringBuffer, then return the operator precedence of the outermost operator in the unit expression that was formatted.
formatInternal(Unit<?>, Appendable) - Method in class tec.uom.se.format.LocalUnitFormat
Format the given unit to the given StringBuilder, then return the operator precedence of the outermost operator in the unit expression that was formatted.
formats - Variable in class tec.uom.se.internal.format.DefaultUnitFormatService
 
FOUR - Static variable in class tec.uom.se.function.PiMultiplierConverter
 

G

gcd(int, int) - Static method in class tec.uom.se.unit.ProductUnit
Returns the greatest common divisor (Euclid's algorithm).
gcInt - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
gen - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser.JJCalls
Deprecated.
 
gen - Variable in class tec.uom.se.internal.format.UnitFormatParser.JJCalls
 
generateParseException() - Method in class tec.uom.se.internal.format.UnitFormatParser
Generate TokenException.
GenericHandler(Number, Unit<Q>) - Constructor for class tec.uom.se.quantity.ProxyQuantityFactory.GenericHandler
 
genInt - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
get() - Method in class tec.uom.se.function.RationalConverter
 
get() - Method in class tec.uom.se.quantity.time.TimedData
 
getActualType() - Method in class tec.uom.se.AbstractUnit
 
getActualUnit() - Method in class tec.uom.se.unit.AnnotatedUnit
Returns the actual unit of this annotated unit (never an annotated unit itself).
getAnnotation() - Method in class tec.uom.se.unit.AnnotatedUnit
Returns the annotqtion of this annotated unit.
getAsDouble() - Method in class tec.uom.se.function.RationalConverter
 
getAvailableFormatNames() - Method in class tec.uom.se.internal.format.DefaultUnitFormatService
 
getAvailableSystemsOfUnits() - Method in class tec.uom.se.internal.DefaultSystemOfUnitsService
 
getAverage() - Method in class tec.uom.se.function.QuantitySummaryStatistics
Get the quantity average of all amounts added.
getAverage(Unit<Q>) - Method in class tec.uom.se.function.QuantitySummaryStatistics
Get the quantity average of all amounts added converted to unit
getBase() - Method in class tec.uom.se.function.ExpConverter
Returns the exponential base of this converter.
getBase() - Method in class tec.uom.se.function.LogConverter
Returns the logarithmic base of this converter.
getBaseDimensions() - Method in class tec.uom.se.quantity.QuantityDimension
Returns the fundamental (base) dimensions and their exponent whose product is this dimension or null if this dimension is a fundamental dimension.
getBaseUnits() - Method in class tec.uom.se.AbstractUnit
 
getBaseUnits() - Method in class tec.uom.se.unit.AlternateUnit
 
getBaseUnits() - Method in class tec.uom.se.unit.AnnotatedUnit
 
getBaseUnits() - Method in class tec.uom.se.unit.BaseUnit
 
getBaseUnits() - Method in class tec.uom.se.unit.ProductUnit
 
getBaseUnits() - Method in class tec.uom.se.unit.TransformedUnit
 
getBeginColumn() - Method in class tec.uom.se.internal.format.DefaultCharStream
Get token beginning column number.
getBeginLine() - Method in class tec.uom.se.internal.format.DefaultCharStream
Get token beginning line number.
getColumn() - Method in class tec.uom.se.internal.format.DefaultCharStream
Deprecated.
getConversionSteps() - Method in class tec.uom.se.AbstractConverter
 
getConversionSteps() - Method in class tec.uom.se.AbstractConverter.Pair
 
getConverter() - Method in enum tec.uom.se.unit.MetricPrefix
Returns the corresponding unit converter.
getConverter() - Method in class tec.uom.se.unit.TransformedUnit
 
getConverterTo(Unit<Q>) - Method in class tec.uom.se.AbstractUnit
 
getConverterToAny(Unit<?>) - Method in class tec.uom.se.AbstractUnit
 
getCount() - Method in class tec.uom.se.function.QuantitySummaryStatistics
Get the number of items added to this summary instance.
getDimension() - Method in class tec.uom.se.AbstractUnit
 
getDimension() - Method in class tec.uom.se.unit.AlternateUnit
 
getDimension() - Method in class tec.uom.se.unit.AnnotatedUnit
 
getDimension() - Method in class tec.uom.se.unit.BaseUnit
 
getDimension() - Method in class tec.uom.se.unit.ProductUnit
 
getDimension() - Method in class tec.uom.se.unit.TransformedUnit
 
getDimensionalTransform(Dimension) - Method in class tec.uom.se.spi.DimensionalModel
Returns the dimensional transform of the specified dimension.
getDividend() - Method in class tec.uom.se.function.RationalConverter
Returns the integer dividend for this rational converter.
getDivisor() - Method in class tec.uom.se.function.RationalConverter
Returns the integer (positive) divisor for this rational converter.
getEndColumn() - Method in class tec.uom.se.internal.format.DefaultCharStream
Get token end column number.
getEndLine() - Method in class tec.uom.se.internal.format.DefaultCharStream
Get token end line number.
getFactor() - Method in class tec.uom.se.function.MultiplyConverter
Returns the scale factor of this converter.
getFractionDigitsCount(double) - Static method in class tec.uom.se.format.NumberSpaceQuantityFormat
 
getFundamentalDimension(Dimension) - Method in class tec.uom.se.spi.DimensionalModel
Returns the fundamental dimension for the one specified.
GetImage() - Method in class tec.uom.se.internal.format.DefaultCharStream
Get token literal value.
getInstance() - Static method in class tec.uom.se.format.EBNFUnitFormat
Returns the instance for the current default locale (non-ascii characters are allowed)
getInstance(SymbolMap) - Static method in class tec.uom.se.format.EBNFUnitFormat
Returns an instance for the given symbol map.
getInstance() - Static method in class tec.uom.se.format.LocalUnitFormat
Returns the instance for the current default locale (non-ascii characters are allowed)
getInstance(Locale) - Static method in class tec.uom.se.format.LocalUnitFormat
Returns an instance for the given locale.
getInstance(SymbolMap) - Static method in class tec.uom.se.format.LocalUnitFormat
Returns an instance for the given symbol map.
getInstance() - Static method in class tec.uom.se.format.QuantityFormat
Returns the quantity format for the default locale.
getInstance(NumberFormat, UnitFormat) - Static method in class tec.uom.se.format.QuantityFormat
Returns the quantity format using the specified number format and unit format (the number and unit are separated by one space).
getInstance(FormatBehavior) - Static method in class tec.uom.se.format.QuantityFormat
Returns the culture invariant format based upon BigDecimal canonical format and the standard unit format.
getInstance() - Static method in class tec.uom.se.format.SimpleUnitFormat
Returns the unit format for the default locale (format used by AbstractUnit.parse(CharSequence) and Unit.toString()).
getInstance(SimpleUnitFormat.Flavor) - Static method in class tec.uom.se.format.SimpleUnitFormat
Returns the SimpleUnitFormat in the desired SimpleUnitFormat.Flavor
getInstance(Class<Q>) - Static method in class tec.uom.se.quantity.DefaultQuantityFactory
Returns the default instance for the specified quantity type.
getInstance(Class<Q>) - Static method in class tec.uom.se.quantity.ProxyQuantityFactory
Returns the default instance for the specified quantity type.
getInstance(Class<Q>) - Static method in class tec.uom.se.quantity.QuantityDimension
Deprecated.
use of()
getInstance() - Static method in class tec.uom.se.spi.NumberComparator
 
getInstance(ProductUnit.Element[], ProductUnit.Element[]) - Static method in class tec.uom.se.unit.ProductUnit
Returns the unit defined from the product of the specified elements.
getInstance() - Static method in class tec.uom.se.unit.Units
Returns the unique instance of this class.
getInstant() - Method in class tec.uom.se.quantity.time.TimedData
 
getInstant() - Method in class tec.uom.se.spi.AbstractMeasurement
Returns the measurement instant.
getInstant() - Method in interface tec.uom.se.spi.Measurement
Returns the Instant as timestamp.
getKeys() - Method in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
Overrides the super class implementation to return an enumeration of keys from all the merged bundles
getLeft() - Method in class tec.uom.se.AbstractConverter.Pair
 
getLine() - Method in class tec.uom.se.internal.format.DefaultCharStream
Deprecated.
getMax() - Method in class tec.uom.se.function.QuantitySummaryStatistics
Get the maximal amount found within this summary.
getMax(Unit<Q>) - Method in class tec.uom.se.function.QuantitySummaryStatistics
Get the maximal amount found within this summary converted to unit
getMaximum() - Method in class tec.uom.se.spi.Range
Returns the largest value of the measurement range.
getMergedBundlePaths() - Method in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
 
getMessage() - Method in error tec.uom.se.internal.format.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMin() - Method in class tec.uom.se.function.QuantitySummaryStatistics
Get the minimal quantity found within this summary.
getMin(Unit<Q>) - Method in class tec.uom.se.function.QuantitySummaryStatistics
Get the minimal quantity found within this summary converted to unit
getMinimum() - Method in class tec.uom.se.spi.Range
Returns the smallest value of the range.
getName() - Method in class tec.uom.se.AbstractSystemOfUnits
 
getName() - Method in class tec.uom.se.AbstractUnit
 
getName() - Method in class tec.uom.se.quantity.time.TimedData
 
getName() - Method in class tec.uom.se.unit.Units
 
getNextToken() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Get the next Token.
getNextToken() - Method in class tec.uom.se.internal.format.UnitFormatParser
Get the next Token.
getNextToken() - Method in class tec.uom.se.internal.format.UnitTokenManager
Get the next Token.
getOffset() - Method in class tec.uom.se.function.AddConverter
Returns the offset value for this add converter.
getParentUnit() - Method in class tec.uom.se.unit.AlternateUnit
Returns the parent unit of this alternate unit, always a system unit and never an alternate unit.
getParentUnit() - Method in class tec.uom.se.unit.TransformedUnit
 
getPow() - Method in class tec.uom.se.unit.ElementProduct
Returns the power exponent.
getPow() - Method in class tec.uom.se.unit.ProductUnit.Element
Returns the power exponent.
getPowInstance(AbstractUnit<?>, int) - Static method in class tec.uom.se.unit.ProductUnit
Returns the product unit corresponding to this unit raised to the specified exponent.
getPrefix(String) - Method in class tec.uom.se.format.SymbolMap
Returns the prefix (if any) for the specified symbol.
getPrefix(UnitConverter) - Method in class tec.uom.se.format.SymbolMap
Returns the prefix for the specified converter.
getPriority() - Method in class tec.uom.se.internal.format.DefaultUnitFormatService
 
getPriority() - Method in class tec.uom.se.spi.DefaultServiceProvider
Returns a priority value of 10.
getProductInstance(Unit<?>, Unit<?>) - Static method in class tec.uom.se.unit.ProductUnit
Returns the product of the specified units.
getQuantity(CharSequence) - Static method in class tec.uom.se.quantity.Quantities
Returns the decimal measure of unknown type corresponding to the specified representation.
getQuantity(Number, Unit<Q>) - Static method in class tec.uom.se.quantity.Quantities
Returns the scalar measurement.
getQuantity(Temporal, Temporal) - Static method in class tec.uom.se.quantity.time.TimeQuantities
Creates the Quantity based in the difference of the two Temporal
getQuantity(LocalTime, LocalTime) - Static method in class tec.uom.se.quantity.time.TimeQuantities
Creates the Quantity based in the difference of the two LocalTime
getQuantity(Temporal, Supplier<TemporalAdjuster>) - Static method in class tec.uom.se.quantity.time.TimeQuantities
Creates the Quantity based in the Temporal with TemporalAdjuster
getQuantity(LocalTime, Supplier<TemporalAdjuster>) - Static method in class tec.uom.se.quantity.time.TimeQuantities
Creates the Quantity based in the Temporal with Supplier
getQuantity(Integer, TimeUnit) - Static method in class tec.uom.se.quantity.time.TimeQuantities
creates the TimeUnitQuantity using TimeUnit and Integer
getQuantity(Integer, TemporalUnit) - Static method in class tec.uom.se.quantity.time.TimeQuantities
creates the TemporalQuantity using TemporalUnit and Integer
getQuantity() - Method in class tec.uom.se.spi.AbstractMeasurement.DefaultComparable
 
getQuantity() - Method in class tec.uom.se.spi.AbstractMeasurement
Returns the measurement quantity.
getQuantityFactory(Class<Q>) - Method in class tec.uom.se.spi.DefaultServiceProvider
Return a factory for this quantity
getQuotientInstance(Unit<?>, Unit<?>) - Static method in class tec.uom.se.unit.ProductUnit
Returns the quotient of the specified units.
getResolution() - Method in class tec.uom.se.quantity.QuantityRange
Returns the resolution of the measurement range.
getResolution() - Method in class tec.uom.se.spi.Range
Returns the resolution of the measurement range.
getResourcePath() - Method in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
 
getRight() - Method in class tec.uom.se.AbstractConverter.Pair
 
getRoot() - Method in class tec.uom.se.unit.ElementProduct
Returns the root exponent.
getRoot() - Method in class tec.uom.se.unit.ProductUnit.Element
Returns the root exponent.
getRootInstance(AbstractUnit<?>, int) - Static method in class tec.uom.se.unit.ProductUnit
Returns the product unit corresponding to the specified root of the specified unit.
getService(Class<T>) - Method in class tec.uom.se.spi.DefaultServiceProvider
 
getServices(Class<T>) - Method in class tec.uom.se.spi.DefaultServiceProvider
Loads and registers services.
GetSuffix(int) - Method in class tec.uom.se.internal.format.DefaultCharStream
Get the suffix.
getSum() - Method in class tec.uom.se.function.QuantitySummaryStatistics
Get the sum of all amounts within this summary.
getSum(Unit<Q>) - Method in class tec.uom.se.function.QuantitySummaryStatistics
Get the sum of all amounts within this summary converted to unit
getSymbol() - Method in class tec.uom.se.AbstractUnit
 
getSymbol(Unit<?>) - Method in class tec.uom.se.format.SymbolMap
Returns the symbol (label) for the specified unit.
getSymbol(MetricPrefix) - Method in class tec.uom.se.format.SymbolMap
Returns the symbol for the specified prefix.
getSymbol() - Method in class tec.uom.se.unit.AlternateUnit
 
getSymbol() - Method in class tec.uom.se.unit.AnnotatedUnit
 
getSymbol() - Method in class tec.uom.se.unit.BaseUnit
 
getSymbol() - Method in enum tec.uom.se.unit.MetricPrefix
Returns the symbol of this prefix.
getSymbol() - Method in class tec.uom.se.unit.ProductUnit
 
getSymbol() - Method in class tec.uom.se.unit.TransformedUnit
 
getSymbols() - Method in class tec.uom.se.format.AbstractUnitFormat
Returns the SymbolMap for this unit format.
getSymbols() - Method in class tec.uom.se.format.EBNFUnitFormat
Get the symbol map used by this instance to map between Units and Strings, etc...
getSymbols() - Method in class tec.uom.se.format.LocalUnitFormat
Get the symbol map used by this instance to map between Units and Strings, etc...
getSymbols() - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
getSystemConverter() - Method in class tec.uom.se.AbstractUnit
Returns the converter from this unit to its unscaled System Unit unit.
getSystemConverter() - Method in class tec.uom.se.unit.AlternateUnit
 
getSystemConverter() - Method in class tec.uom.se.unit.AnnotatedUnit
 
getSystemConverter() - Method in class tec.uom.se.unit.BaseUnit
 
getSystemConverter() - Method in class tec.uom.se.unit.ProductUnit
 
getSystemConverter() - Method in class tec.uom.se.unit.TransformedUnit
 
getSystemOfUnits() - Method in class tec.uom.se.internal.DefaultSystemOfUnitsService
 
getSystemOfUnits(String) - Method in class tec.uom.se.internal.DefaultSystemOfUnitsService
 
getSystemOfUnitsService() - Method in class tec.uom.se.spi.DefaultServiceProvider
 
getSystemUnit() - Method in class tec.uom.se.AbstractUnit
Returns the system unit (unscaled SI unit) from which this unit is derived.
getSystemUnit() - Method in class tec.uom.se.quantity.DefaultQuantityFactory
 
getSystemUnit() - Method in class tec.uom.se.quantity.ProxyQuantityFactory.Default
 
getSystemUnit() - Method in class tec.uom.se.quantity.ProxyQuantityFactory
Returns the metric unit for quantities produced by this factory or null if unknown.
getTabSize() - Method in class tec.uom.se.internal.format.DefaultCharStream
 
getTemporalAmount() - Method in class tec.uom.se.quantity.time.TemporalQuantity
get to TemporalAmount
getTemporalUnit() - Method in class tec.uom.se.quantity.time.TemporalQuantity
get to TemporalUnit
getTimestamp() - Method in class tec.uom.se.quantity.time.TimedData
Returns the time with which this TimedData was created.
getTimestamp() - Method in class tec.uom.se.spi.AbstractMeasurement
Returns the measurement timestamp.
getTimestamp() - Method in interface tec.uom.se.spi.Measurement
Returns the timestamp of this Measurement.
getTimeUnit() - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
get to TimeUnit
getToken(int) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Get the specific Token.
getToken(int) - Method in class tec.uom.se.internal.format.UnitFormatParser
Get the specific Token.
getUnit() - Method in class tec.uom.se.AbstractQuantity
Returns the measurement unit.
getUnit(Class<Q>) - Method in class tec.uom.se.AbstractSystemOfUnits
 
getUnit(String) - Method in class tec.uom.se.format.SymbolMap
Returns the unit for the specified symbol.
getUnit() - Method in class tec.uom.se.unit.ElementProduct
Returns this element's unit.
getUnit() - Method in class tec.uom.se.unit.ProductUnit.Element
Returns this element's unit.
getUnit(int) - Method in class tec.uom.se.unit.ProductUnit
Returns the unit element at the specified position.
getUnitCount() - Method in class tec.uom.se.unit.ProductUnit
Returns the number of unit elements in this product.
getUnitFormat(String) - Method in class tec.uom.se.internal.format.DefaultUnitFormatService
 
getUnitFormat() - Method in class tec.uom.se.internal.format.DefaultUnitFormatService
 
getUnitFormatService() - Method in class tec.uom.se.spi.DefaultServiceProvider
 
getUnitPow(int) - Method in class tec.uom.se.unit.ProductUnit
Returns the power exponent of the unit element at the specified position.
getUnitRoot(int) - Method in class tec.uom.se.unit.ProductUnit
Returns the root exponent of the unit element at the specified position.
getUnits() - Method in class tec.uom.se.AbstractSystemOfUnits
 
getUnits(Dimension) - Method in class tec.uom.se.AbstractSystemOfUnits
 
getUnitsOfDimension(Set<Unit<?>>, Dimension) - Static method in class tec.uom.se.AbstractSystemOfUnits.Helper
 
getValue() - Method in class tec.uom.se.AbstractQuantity
Returns the numeric value of the quantity.
getValue() - Method in class tec.uom.se.function.AddConverter
 
getValue() - Method in class tec.uom.se.function.ExpConverter
 
getValue() - Method in class tec.uom.se.function.LogConverter
 
getValue() - Method in class tec.uom.se.function.MultiplyConverter
 
getValue() - Method in class tec.uom.se.function.PiDivisorConverter
 
getValue() - Method in class tec.uom.se.function.PiMultiplierConverter
 
getValue() - Method in class tec.uom.se.function.RationalConverter
 
getValue() - Method in class tec.uom.se.internal.format.Token
An optional attribute value of the Token.
getValue() - Method in class tec.uom.se.quantity.DecimalQuantity
 
getValue() - Method in class tec.uom.se.quantity.DoubleQuantity
 
getValue() - Method in class tec.uom.se.quantity.NumberQuantity
 
getValue() - Method in class tec.uom.se.quantity.ShortQuantity
 
getValue() - Method in class tec.uom.se.quantity.time.TemporalQuantity
get value expressed in Integer
getValue() - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
get value expressed in Integer
GIGA(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 109
GRAM - Static variable in class tec.uom.se.unit.Units
The SI derived unit for mass quantities (standard name g).
GRAY - Static variable in class tec.uom.se.unit.Units
The SI unit for absorbed dose, specific energy (imparted), kerma (standard name Gy).
groupByUnit() - Static method in class tec.uom.se.function.QuantityFunctions
 

H

handleGetObject(String) - Method in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
Overrides the super class implementation to return an object located in the merged bundles
handleKeySet() - Method in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
Overrides the super class implementation to return the Set of keys from all merged bundles
hashCode() - Method in class tec.uom.se.AbstractConverter
 
hashCode() - Method in class tec.uom.se.AbstractConverter.Identity
 
hashCode() - Method in class tec.uom.se.AbstractConverter.Pair
 
hashCode() - Method in class tec.uom.se.AbstractQuantity
Returns the hash code for this measure.
hashCode() - Method in class tec.uom.se.AbstractUnit
 
hashCode() - Method in class tec.uom.se.function.AddConverter
 
hashCode() - Method in class tec.uom.se.function.ExpConverter
 
hashCode() - Method in class tec.uom.se.function.LogConverter
 
hashCode() - Method in class tec.uom.se.function.MultiplyConverter
 
hashCode() - Method in class tec.uom.se.function.PiDivisorConverter
 
hashCode() - Method in class tec.uom.se.function.PiMultiplierConverter
 
hashCode() - Method in class tec.uom.se.function.QuantitySummaryStatistics
 
hashCode() - Method in class tec.uom.se.function.RationalConverter
 
hashCode() - Method in class tec.uom.se.quantity.DefaultQuantityFactory
 
hashCode() - Method in class tec.uom.se.quantity.QuantityDimension
 
hashCode() - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
hashCode() - Method in class tec.uom.se.quantity.time.TimedData
 
hashCode() - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
hashCode() - Method in class tec.uom.se.spi.AbstractMeasurement
 
hashCode() - Method in class tec.uom.se.spi.Range
 
hashCode() - Method in class tec.uom.se.unit.AlternateUnit
 
hashCode() - Method in class tec.uom.se.unit.AnnotatedUnit
 
hashCode() - Method in class tec.uom.se.unit.BaseUnit
 
hashCode() - Method in class tec.uom.se.unit.ProductUnit.Element
 
hashCode() - Method in class tec.uom.se.unit.ProductUnit
 
hashCode() - Method in class tec.uom.se.unit.TransformedUnit
 
hasMaximum() - Method in class tec.uom.se.spi.Range
Method to easily check if Range.getMaximum() is not null.
hasMinimum() - Method in class tec.uom.se.spi.Range
Method to easily check if Range.getMinimum() is not null.
hasMoreElements() - Method in class tec.uom.se.internal.format.l10n.ResourceBundleEnumeration
 
HECTO(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 102
Helper() - Constructor for class tec.uom.se.AbstractSystemOfUnits.Helper
 
HENRY - Static variable in class tec.uom.se.unit.Units
The alternate unit for inductance (standard name H).
HERTZ - Static variable in class tec.uom.se.unit.Units
The SI unit for frequency (standard name Hz).
HOUR - Static variable in class tec.uom.se.unit.Units
A time unit accepted for use with SI units (standard name h ).

I

IDENTIFIER - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
IDENTITY - Static variable in class tec.uom.se.AbstractConverter
Holds identity converter.
Identity() - Constructor for class tec.uom.se.AbstractConverter.Identity
 
image - Variable in class tec.uom.se.internal.format.Token
The string image of the token.
inBuf - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
init() - Static method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
INITIAL_CHAR - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
initialise(Token, int[][], String[]) - Static method in exception tec.uom.se.internal.format.TokenException
It uses "currentToken" and "expectedTokenSequences" to generate a parse error message and returns it.
input_stream - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
inputStream - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
inputStream - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
INSTANCE - Static variable in class tec.uom.se.spi.NumberComparator
 
INSTANCE - Static variable in class tec.uom.se.unit.Units
 
INSTANCES - Static variable in class tec.uom.se.quantity.DefaultQuantityFactory
 
INSTANCES - Static variable in class tec.uom.se.quantity.ProxyQuantityFactory
Holds the current instances.
instant - Variable in class tec.uom.se.quantity.time.TimedData
 
instant - Variable in class tec.uom.se.spi.AbstractMeasurement
 
INTEGER - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
INTEGER - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
intValue(Unit<Q>) - Method in class tec.uom.se.AbstractQuantity
 
INVALID_LEXICAL_STATE - Static variable in error tec.uom.se.internal.format.TokenMgrError
Tried to change to an invalid lexical state.
inverse() - Method in class tec.uom.se.AbstractConverter.Identity
 
inverse() - Method in class tec.uom.se.AbstractConverter
 
inverse() - Method in class tec.uom.se.AbstractConverter.Pair
 
inverse(Class<T>) - Method in class tec.uom.se.AbstractQuantity
 
inverse() - Method in class tec.uom.se.AbstractUnit
Returns the inverse of this physical unit.
inverse() - Method in interface tec.uom.se.ComparableQuantity
 
inverse(Class<T>) - Method in interface tec.uom.se.ComparableQuantity
invert and already cast to defined quantityClass
inverse() - Method in class tec.uom.se.function.AddConverter
 
inverse() - Method in class tec.uom.se.function.ExpConverter
 
inverse() - Method in class tec.uom.se.function.LogConverter
 
inverse() - Method in class tec.uom.se.function.MultiplyConverter
 
inverse() - Method in class tec.uom.se.function.PiDivisorConverter
 
inverse() - Method in class tec.uom.se.function.PiMultiplierConverter
 
inverse() - Method in class tec.uom.se.function.RationalConverter
 
inverse() - Method in class tec.uom.se.quantity.DecimalQuantity
 
inverse() - Method in class tec.uom.se.quantity.DoubleQuantity
 
inverse() - Method in class tec.uom.se.quantity.NumberQuantity
 
inverse() - Method in class tec.uom.se.quantity.ShortQuantity
 
inverse() - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
inverse() - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
invoke(Object, Method, Object[]) - Method in class tec.uom.se.quantity.ProxyQuantityFactory.GenericHandler
 
isAllASCII(String) - Static method in class tec.uom.se.format.SimpleUnitFormat
 
isBetween(Number, Number) - Static method in class tec.uom.se.function.QuantityFunctions
creates a Filter to between, lesser or equals and greater or equals, than number, ignoring units
isBetween(Quantity<Q>, Quantity<Q>) - Static method in class tec.uom.se.function.QuantityFunctions
creates a filter to between, lesser or equals and greater or equals, than the quantity measure
isBig() - Method in class tec.uom.se.AbstractQuantity
 
isBig() - Method in class tec.uom.se.quantity.DecimalQuantity
 
isBig() - Method in class tec.uom.se.quantity.DoubleQuantity
 
isBig - Variable in class tec.uom.se.quantity.NumberQuantity
Indicates if this quantity is big.
isBig() - Method in class tec.uom.se.quantity.NumberQuantity
Indicates if this measured amount is a big number, i.E.
isBig() - Method in class tec.uom.se.quantity.ShortQuantity
 
isBig() - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
isBig() - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
isCompatible(Unit<?>) - Method in class tec.uom.se.AbstractUnit
Indicates if this unit is compatible with the unit specified.
isEmpty() - Method in class tec.uom.se.function.QuantitySummaryStatistics
 
isEquivalentTo(Quantity<Q>) - Method in class tec.uom.se.AbstractQuantity
 
isEquivalentTo(Quantity<Q>) - Method in interface tec.uom.se.ComparableQuantity
Compares two instances of , doing the conversion of unit if necessary.
isGreaterThan(Quantity<Q>) - Method in class tec.uom.se.AbstractQuantity
 
isGreaterThan(Quantity<Q>) - Method in interface tec.uom.se.ComparableQuantity
Compares two instances of .
isGreaterThan(Number) - Static method in class tec.uom.se.function.QuantityFunctions
creates a Filter to greater than number, ignoring units
isGreaterThan(Quantity<Q>) - Static method in class tec.uom.se.function.QuantityFunctions
creates a filter to greater than the quantity measure
isGreaterThanOrEqualTo(Quantity<Q>) - Method in class tec.uom.se.AbstractQuantity
 
isGreaterThanOrEqualTo(Quantity<Q>) - Method in interface tec.uom.se.ComparableQuantity
Compares two instances of , doing the conversion of unit if necessary.
isGreaterThanOrEqualTo(Number) - Static method in class tec.uom.se.function.QuantityFunctions
creates a Filter to greater or equals than number, ignoring units
isGreaterThanOrEqualTo(Quantity<Q>) - Static method in class tec.uom.se.function.QuantityFunctions
creates a filter to greater or equals than the quantity measure
isIdentity() - Method in class tec.uom.se.AbstractConverter.Identity
 
isIdentity() - Method in class tec.uom.se.AbstractConverter
 
isIdentity() - Method in class tec.uom.se.AbstractConverter.Pair
 
isLesserThan(Number) - Static method in class tec.uom.se.function.QuantityFunctions
creates a Filter to lesser than number, ignoring units
isLesserThan(Quantity<Q>) - Static method in class tec.uom.se.function.QuantityFunctions
creates a filter to lesser than the quantity measure
isLesserThanOrEqualTo(Number) - Static method in class tec.uom.se.function.QuantityFunctions
creates a Filter to lesser or equals than number, ignoring units
isLesserThanOrEqualTo(Quantity<Q>) - Static method in class tec.uom.se.function.QuantityFunctions
creates a filter to lesser or equals than the quantity measure
isLessThan(Quantity<Q>) - Method in class tec.uom.se.AbstractQuantity
 
isLessThan(Quantity<Q>) - Method in interface tec.uom.se.ComparableQuantity
Compares two instances of , doing the conversion of unit if necessary.
isLessThanOrEqualTo(Quantity<Q>) - Method in class tec.uom.se.AbstractQuantity
 
isLessThanOrEqualTo(Quantity<Q>) - Method in interface tec.uom.se.ComparableQuantity
Compares two instances of , doing the conversion of unit if necessary.
isLinear() - Method in class tec.uom.se.AbstractConverter.Identity
 
isLinear() - Method in class tec.uom.se.AbstractConverter.Pair
 
isLinear() - Method in class tec.uom.se.function.AddConverter
 
isLinear() - Method in class tec.uom.se.function.ExpConverter
 
isLinear() - Method in class tec.uom.se.function.LogConverter
 
isLinear() - Method in class tec.uom.se.function.MultiplyConverter
 
isLinear() - Method in class tec.uom.se.function.PiDivisorConverter
 
isLinear() - Method in class tec.uom.se.function.PiMultiplierConverter
 
isLinear() - Method in class tec.uom.se.function.RationalConverter
 
isLocaleSensitive() - Method in class tec.uom.se.format.EBNFUnitFormat
 
isLocaleSensitive() - Method in class tec.uom.se.format.LocalUnitFormat
 
isLocaleSensitive() - Method in class tec.uom.se.format.SimpleUnitFormat
 
isLongValue(double) - Static method in class tec.uom.se.AbstractUnit
 
isSystemUnit() - Method in class tec.uom.se.AbstractUnit
Indicates if this unit belongs to the set of coherent SI units (unscaled SI units).
isUnitIdentifierPart(char) - Static method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
isValidIdentifier(String) - Method in class tec.uom.se.format.SimpleUnitFormat.ASCIIFormat
 
isValidIdentifier(String) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
isValidIdentifier(String) - Method in class tec.uom.se.format.SimpleUnitFormat
Indicates if the specified name can be used as unit identifier.
iterator - Variable in class tec.uom.se.internal.format.l10n.ResourceBundleEnumeration
 

J

jj_2_1(int) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_2_1(int) - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_2_2(int) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_2_2(int) - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_2_rtns - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_3_1() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_3_1() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_3_2() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_3_2() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_3R_3() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_3R_3() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_3R_4() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_3R_4() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_3R_5() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_3R_5() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_3R_6() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_3R_6() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_add_error_token(int, int) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_add_error_token(int, int) - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_consume_token(int) - Method in class tec.uom.se.internal.format.UnitFormatParser
Reinitialise.
jj_endpos - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_expentries - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_expentry - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_gc - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_gen - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_input_stream - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_kind - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_la - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_la1 - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_la1_0 - Static variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_la1_init_0() - Static method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_lastpos - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_lasttokens - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_ls - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_nt - Variable in class tec.uom.se.internal.format.UnitFormatParser
Next token.
jj_ntk() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_ntk - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_ntk() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_rescan - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jj_rescan_token() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_rescan_token() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_save(int, int) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
jj_save(int, int) - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_scan_token(int) - Method in class tec.uom.se.internal.format.UnitFormatParser
 
jj_scanpos - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
jjAddStates(int, int) - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjbitVec0 - Static variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjbitVec1 - Static variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjbitVec2 - Static variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjbitVec4 - Static variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjbitVec5 - Static variable in class tec.uom.se.internal.format.UnitTokenManager
 
JJCalls() - Constructor for class tec.uom.se.internal.format.LocalUnitFormatParser.JJCalls
Deprecated.
 
JJCalls() - Constructor for class tec.uom.se.internal.format.UnitFormatParser.JJCalls
 
jjCanMove_0(int, int, long) - Static method in class tec.uom.se.internal.format.UnitTokenManager
 
jjCanMove_1(int, int, int, long, long) - Static method in class tec.uom.se.internal.format.UnitTokenManager
 
jjCheckNAdd(int) - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjCheckNAddStates(int, int) - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjFillToken() - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjmatchedKind - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjmatchedPos - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjMoveNfa_0(int, int) - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjnewStateCnt - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjnextStates - Static variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjround - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjrounds - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjStartNfa_0(int, long) - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjstateSet - Variable in class tec.uom.se.internal.format.UnitTokenManager
 
jjStopAtPos(int, int) - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjStopStringLiteralDfa_0(int) - Method in class tec.uom.se.internal.format.UnitTokenManager
 
jjstrLiteralImages - Static variable in class tec.uom.se.internal.format.UnitTokenManager
Token literal values.
JOULE - Static variable in class tec.uom.se.unit.Units
The SI unit for energy, work, quantity of heat (J).

K

KATAL - Static variable in class tec.uom.se.unit.Units
The SI unit for catalytic activity (standard name kat).
KELVIN - Static variable in class tec.uom.se.unit.Units
The SI base unit for thermodynamic temperature quantities (standard name K).
keySet() - Method in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
Overrides the super class implementation to return the Set of keys from all merged bundles
KILO(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 103
KILOGRAM - Static variable in class tec.uom.se.unit.Units
The SI base unit for mass quantities (standard name kg).
KILOMETRE_PER_HOUR - Static variable in class tec.uom.se.unit.Units
A unit of velocity expressing the number of international kilometres per hour (abbreviation km/h).
KILOMETRES_PER_HOUR - Static variable in class tec.uom.se.unit.Units
Deprecated.
use KILOMETRE_PER_HOUR
kind - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
kind - Variable in class tec.uom.se.internal.format.Token
An integer that describes the kind of this token.

L

laA - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
laB - Static variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
label(Unit<?>, String) - Method in class tec.uom.se.format.AbstractUnitFormat
 
label(Unit<?>, String) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
label(Unit<?>, String) - Method in class tec.uom.se.format.SimpleUnitFormat
Attaches a system-wide label to the specified unit.
label(Unit<?>, String) - Method in class tec.uom.se.format.SymbolMap
Attaches a label to the specified unit.
label(MetricPrefix, String) - Method in class tec.uom.se.format.SymbolMap
Attaches a label to the specified prefix.
laInt - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
lastpos - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
lastTokens - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
left - Variable in class tec.uom.se.AbstractConverter.Pair
Holds the first converter.
LENGTH - Static variable in class tec.uom.se.quantity.QuantityDimension
Holds length dimension (L).
LEXICAL_ERROR - Static variable in error tec.uom.se.internal.format.TokenMgrError
Lexical error occurred.
LexicalError(boolean, int, int, String, char) - Static method in error tec.uom.se.internal.format.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class tec.uom.se.internal.format.UnitTokenManager
Lexer state names.
line - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
LITRE - Static variable in class tec.uom.se.unit.Units
A volume unit accepted for use with SI units (standard name l).
loadServices(Class<T>) - Method in class tec.uom.se.spi.DefaultServiceProvider
Loads and registers services.
LOCAL - Static variable in class tec.uom.se.format.QuantityFormat
Holds the localized format instance.
LOCAL_FORMAT_PATTERN - Static variable in class tec.uom.se.format.FormatConverter
 
LocalUnitFormat - Class in tec.uom.se.format
This class represents the local sensitive format.
LocalUnitFormat(SymbolMap) - Constructor for class tec.uom.se.format.LocalUnitFormat
Base constructor.
LocalUnitFormatParser - Class in tec.uom.se.internal.format
Deprecated.
LocalUnitFormatParser(SymbolMap, Reader) - Constructor for class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
LocalUnitFormatParser(InputStream) - Constructor for class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Constructor with InputStream.
LocalUnitFormatParser(InputStream, String) - Constructor for class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Constructor with InputStream and supplied encoding
LocalUnitFormatParser(Reader) - Constructor for class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Constructor.
LocalUnitFormatParser(UnitTokenManager) - Constructor for class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Constructor with generated Token Manager.
LocalUnitFormatParser.Exponent - Class in tec.uom.se.internal.format
Deprecated.
 
LocalUnitFormatParser.JJCalls - Class in tec.uom.se.internal.format
Deprecated.
 
LocalUnitFormatParser.LookaheadSuccess - Exception in tec.uom.se.internal.format
Deprecated.
 
LOG - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
LOG_LEVEL - Static variable in class tec.uom.se.quantity.DefaultQuantityFactory
 
LOG_LEVEL - Static variable in class tec.uom.se.quantity.ProxyQuantityFactory
 
LogConverter - Class in tec.uom.se.function
This class represents a logarithmic converter of limited precision.
LogConverter(double) - Constructor for class tec.uom.se.function.LogConverter
Returns a logarithmic converter having the specified base.
logger - Static variable in class tec.uom.se.AbstractSystemOfUnits
 
logger - Static variable in class tec.uom.se.format.SymbolMap
 
logger - Static variable in class tec.uom.se.function.PiMultiplierConverter
 
logger - Static variable in class tec.uom.se.quantity.DefaultQuantityFactory
 
logger - Static variable in class tec.uom.se.quantity.ProxyQuantityFactory
 
logger - Static variable in class tec.uom.se.quantity.QuantityDimension
 
logOfBase - Variable in class tec.uom.se.function.ExpConverter
Holds the natural logarithm of the base.
logOfBase - Variable in class tec.uom.se.function.LogConverter
Holds the natural logarithm of the base.
longValue(Unit<Q>) - Method in class tec.uom.se.AbstractQuantity
 
longValue(Unit<Q>) - Method in class tec.uom.se.quantity.DecimalQuantity
 
longValue(Unit<Q>) - Method in class tec.uom.se.quantity.DoubleQuantity
 
longValue(Unit<Q>) - Method in class tec.uom.se.quantity.ShortQuantity
 
LookaheadSuccess() - Constructor for exception tec.uom.se.internal.format.LocalUnitFormatParser.LookaheadSuccess
Deprecated.
 
LookaheadSuccess() - Constructor for error tec.uom.se.internal.format.UnitFormatParser.LookaheadSuccess
 
LOOP_DETECTED - Static variable in error tec.uom.se.internal.format.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LUMEN - Static variable in class tec.uom.se.unit.Units
The SI unit for luminous flux (standard name lm).
LUMINOUS_INTENSITY - Static variable in class tec.uom.se.quantity.QuantityDimension
Holds luminous intensity dimension (J).
LUX - Static variable in class tec.uom.se.unit.Units
The SI unit for illuminance (standard name lx).

M

MASS - Static variable in class tec.uom.se.quantity.QuantityDimension
Holds mass dimension (M).
max() - Static method in class tec.uom.se.function.QuantityFunctions
Creates a BinaryOperator to calculate the maximum Quantity
max - Variable in class tec.uom.se.function.QuantitySummaryStatistics
 
max - Variable in class tec.uom.se.spi.Range
 
maxFunctions - Variable in class tec.uom.se.function.QuantitySummaryStatistics
 
maxNextCharInd - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
Measurement<Q extends javax.measure.Quantity<Q>> - Interface in tec.uom.se.spi
A Measurement contains a Quantity and a timestamp.
MEGA(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 106
merge(ResourceBundle, String) - Method in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
Merges the properties of a ResourceBundle into the current MultiPropertyResourceBundle instance.
mergedBundlePaths - Variable in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
A StringBuilder instance containing all the paths of the ResourceBundle instances that have been merged into this instance.
METRE - Static variable in class tec.uom.se.unit.Units
The SI base unit for length quantities (standard name m).
METRE_PER_SECOND - Static variable in class tec.uom.se.unit.Units
The SI unit for velocity quantities (standard name m/s).
METRE_PER_SQUARE_SECOND - Static variable in class tec.uom.se.unit.Units
The SI unit for acceleration quantities (standard name m/s2 ).
METRES_PER_SECOND - Static variable in class tec.uom.se.unit.Units
Deprecated.
use METRE_PER_SECOND
METRES_PER_SQUARE_SECOND - Static variable in class tec.uom.se.unit.Units
Deprecated.
use METRE_PER_SQUARE_SECOND
MetricPrefix - Enum in tec.uom.se.unit
This class provides support for the 20 prefixes used in the metric system (decimal multiples and submultiples of units).
MetricPrefix(String, RationalConverter) - Constructor for enum tec.uom.se.unit.MetricPrefix
Creates a new prefix.
metricUnit - Variable in class tec.uom.se.quantity.DefaultQuantityFactory
The metric unit for quantities created by this factory.
metricUnit - Variable in class tec.uom.se.quantity.ProxyQuantityFactory.Default
The metric unit for quantities created by this factory.
MICRO(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-6
MICROSECOND - Static variable in class tec.uom.se.quantity.time.TimeQuantities
 
MIDDLE_DOT - Static variable in class tec.uom.se.format.EBNFHelper
 
MIDDLE_DOT - Static variable in class tec.uom.se.format.LocalUnitFormat
Multiplicand character
MIDDLE_DOT - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
MILLI(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-3
MILLISECOND - Static variable in class tec.uom.se.quantity.time.TimeQuantities
 
min() - Static method in class tec.uom.se.function.QuantityFunctions
Creates a BinaryOperator to calculate the minimum Quantity
min - Variable in class tec.uom.se.function.QuantitySummaryStatistics
 
min - Variable in class tec.uom.se.spi.Range
 
minFunctions - Variable in class tec.uom.se.function.QuantitySummaryStatistics
 
MINUS - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
MINUTE - Static variable in class tec.uom.se.unit.Units
A time unit accepted for use with SI units (standard name min).
MINUTE_ANGLE - Static variable in class tec.uom.se.unit.Units
Deprecated.
Use from SI
MOLE - Static variable in class tec.uom.se.unit.Units
The SI base unit for amount of substance quantities (standard name mol).
MulExpr() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
mulExpr() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
multiply(Quantity<T>, Class<E>) - Method in class tec.uom.se.AbstractQuantity
 
multiply(double) - Method in class tec.uom.se.AbstractUnit
 
multiply(Unit<?>) - Method in class tec.uom.se.AbstractUnit
Returns the product of this unit with the one specified.
multiply(AbstractUnit<?>) - Method in class tec.uom.se.AbstractUnit
Returns the product of this physical unit with the one specified.
multiply(Quantity<?>) - Method in interface tec.uom.se.ComparableQuantity
 
multiply(Number) - Method in interface tec.uom.se.ComparableQuantity
 
multiply(Quantity<T>, Class<E>) - Method in interface tec.uom.se.ComparableQuantity
Divide and cast the ComparableQuantity
MULTIPLY - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
multiply(Quantity<?>) - Method in class tec.uom.se.quantity.DecimalQuantity
 
multiply(Number) - Method in class tec.uom.se.quantity.DecimalQuantity
 
multiply(Quantity<?>) - Method in class tec.uom.se.quantity.DoubleQuantity
 
multiply(Number) - Method in class tec.uom.se.quantity.DoubleQuantity
 
multiply(Quantity<?>) - Method in class tec.uom.se.quantity.NumberQuantity
 
multiply(Number) - Method in class tec.uom.se.quantity.NumberQuantity
 
multiply(Dimension) - Method in class tec.uom.se.quantity.QuantityDimension
Returns the product of this dimension with the one specified.
multiply(QuantityDimension) - Method in class tec.uom.se.quantity.QuantityDimension
Returns the product of this dimension with the one specified.
multiply(Quantity<?>) - Method in class tec.uom.se.quantity.ShortQuantity
 
multiply(Number) - Method in class tec.uom.se.quantity.ShortQuantity
 
multiply(Quantity<?>) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
multiply(Number) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
multiply(Quantity<?>) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
multiply(Number) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
MultiplyConverter - Class in tec.uom.se.function
This class represents a converter multiplying numeric values by a constant scaling factor (double based).
MultiplyConverter(double) - Constructor for class tec.uom.se.function.MultiplyConverter
Creates a multiply converter with the specified scale factor.
MultiPropertyResourceBundle - Class in tec.uom.se.internal.format.l10n
Extends ResourceBundle with 2 new capabilities.
MultiPropertyResourceBundle(InputStream, String) - Constructor for class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
Instantiates a new MultiPropertyResourceBundle.
MultiPropertyResourceBundle(ResourceBundle, String) - Constructor for class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
Constructor for instantiating from an existing ResourceBundle.

N

name - Variable in class tec.uom.se.AbstractUnit
Holds the name.
name - Variable in class tec.uom.se.quantity.time.TimedData
 
nameFor(Unit<?>) - Method in class tec.uom.se.format.SimpleUnitFormat.ASCIIFormat
 
nameFor(Unit<?>) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
NANO(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-9
NANOSECOND - Static variable in class tec.uom.se.quantity.time.TimeQuantities
 
NAT_LOG - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
NaturalOrder<T extends javax.measure.Quantity<T>> - Class in tec.uom.se.function
Comparator to sort by natural order, looking both the unit and the value.
NaturalOrder() - Constructor for class tec.uom.se.function.NaturalOrder
 
newToken(int, String) - Static method in class tec.uom.se.internal.format.Token
Returns a new Token object, by default.
newToken(int) - Static method in class tec.uom.se.internal.format.Token
 
NEWTON - Static variable in class tec.uom.se.unit.Units
The SI unit for force (standard name N).
newUnitPrecedenceInternal(Unit<?>, Appendable, SymbolMap) - Static method in class tec.uom.se.format.EBNFHelper
 
next - Variable in class tec.uom.se.internal.format.l10n.ResourceBundleEnumeration
 
next - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser.JJCalls
Deprecated.
 
next - Variable in class tec.uom.se.internal.format.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class tec.uom.se.internal.format.UnitFormatParser.JJCalls
 
nextElement() - Method in class tec.uom.se.internal.format.l10n.ResourceBundleEnumeration
 
nextToken(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
nextToken - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Next token.
nextTokenIndex - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
NONE - Static variable in class tec.uom.se.AbstractQuantity
Holds a dimensionless quantity of none (exact).
NONE - Static variable in class tec.uom.se.quantity.QuantityDimension
Holds dimensionless.
NOOP_PRECEDENCE - Static variable in class tec.uom.se.format.EBNFHelper
Operator precedence for a unit identifier containing no mathematical operations (i.e., consisting exclusively of an identifier and possibly a prefix).
NOOP_PRECEDENCE - Static variable in class tec.uom.se.format.LocalUnitFormat
Operator precedence for a unit identifier containing no mathematical operations (i.e., consisting exclusively of an identifier and possibly a prefix).
noopPrecedence(StringBuilder, SymbolMap, MetricPrefix) - Static method in class tec.uom.se.format.FormatConverter
 
noopPrecedenceInternal(Appendable, String) - Static method in class tec.uom.se.format.EBNFHelper
 
NumberComparator - Class in tec.uom.se.spi
 
NumberComparator() - Constructor for class tec.uom.se.spi.NumberComparator
 
NumberExpr() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
numberExpr() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
numberFormat - Variable in class tec.uom.se.format.NumberSpaceQuantityFormat
 
NumberQuantity<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.quantity
An amount of quantity, implementation of ComparableQuantity that keep Number as possible otherwise converts to DecimalQuantity, this object is immutable.
NumberQuantity(Number, Unit<Q>) - Constructor for class tec.uom.se.quantity.NumberQuantity
 
NumberSpaceQuantityFormat - Class in tec.uom.se.format
 
NumberSpaceQuantityFormat(NumberFormat, UnitFormat) - Constructor for class tec.uom.se.format.NumberSpaceQuantityFormat
 

O

of(ResourceBundle) - Static method in class tec.uom.se.format.SymbolMap
Creates a symbol map from the specified resource bundle,
of(BigInteger, BigInteger) - Static method in class tec.uom.se.function.RationalConverter
Convenience method equivalent to new RationalConverter(dividend, divisor)
of(long, long) - Static method in class tec.uom.se.function.RationalConverter
Convenience method equivalent to new RationalConverter(dividend, divisor)
of(double, double) - Static method in class tec.uom.se.function.RationalConverter
Convenience method equivalent to new RationalConverter(BigDecimal.valueOf(dividend).toBigInteger(), BigDecimal.valueOf(divisor).toBigInteger())
of(double, Unit<Q>) - Static method in class tec.uom.se.quantity.NumberQuantity
Returns the scalar quantity for the specified double stated in the specified unit.
of(Class<Q>) - Static method in class tec.uom.se.quantity.QuantityDimension
Returns the dimension for the specified quantity type by aggregating the results of DimensionService or null if the specified quantity is unknown.
of(Quantity, Quantity, Quantity) - Static method in class tec.uom.se.quantity.QuantityRange
Returns an QuantityRange with the specified values.
of(Integer, TemporalUnit) - Static method in class tec.uom.se.quantity.time.TemporalQuantity
creates the TemporalQuantity using TemporalUnit and Integer
of(Quantity<Time>) - Static method in class tec.uom.se.quantity.time.TemporalQuantity
Creates a TemporalQuantity based a Quantity converted to Units#SECOND.
of(T, long) - Static method in class tec.uom.se.quantity.time.TimedData
Returns an MeasurementRange with the specified values.
of(TimeUnit, Integer) - Static method in class tec.uom.se.quantity.time.TimeUnitQuantity
creates the TimeUnitQuantity using TimeUnit and Integer
of(Quantity<Time>) - Static method in class tec.uom.se.quantity.time.TimeUnitQuantity
Creates a TimeUnitQuantity based a Quantity converted to SI#SECOND.
of(Quantity<Q>) - Static method in interface tec.uom.se.spi.Measurement
 
of(Quantity<Q>, Instant) - Static method in interface tec.uom.se.spi.Measurement
 
of(ComparableQuantity<Q>) - Static method in interface tec.uom.se.spi.Measurement
 
of(ComparableQuantity<Q>, Instant) - Static method in interface tec.uom.se.spi.Measurement
 
offset - Variable in class tec.uom.se.function.AddConverter
Holds the offset.
OHM - Static variable in class tec.uom.se.unit.Units
The SI unit for electric resistance (standard name Ohm).
ONE - Static variable in class tec.uom.se.AbstractQuantity
Holds a dimensionless quantity of one (exact).
ONE - Static variable in class tec.uom.se.AbstractUnit
Holds the dimensionless unit ONE.
OPEN_PAREN - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
OPEN_PAREN - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.

P

Pair(UnitConverter, UnitConverter) - Constructor for class tec.uom.se.AbstractConverter.Pair
Creates a pair converter resulting from the combined transformation of the specified converters.
parentUnit - Variable in class tec.uom.se.unit.AlternateUnit
Holds the parent unit (a system unit).
parentUnit - Variable in class tec.uom.se.unit.TransformedUnit
Holds the parent unit (always a system unit).
parse(CharSequence) - Static method in class tec.uom.se.AbstractQuantity
Returns the quantity of unknown type corresponding to the specified representation.
parse(CharSequence) - Static method in class tec.uom.se.AbstractUnit
Returns the abstract unit represented by the specified characters as per standard UCUM format.
parse(CharSequence, ParsePosition) - Method in class tec.uom.se.format.AbstractUnitFormat
Parses a portion of the specified CharSequence from the specified position to produce a unit.
parse(CharSequence, int) - Method in class tec.uom.se.format.AbstractUnitFormat
Parses a portion of the specified CharSequence from the specified position to produce a unit.
parse(CharSequence, ParsePosition) - Method in class tec.uom.se.format.DefaultQuantityFormat
 
parse(CharSequence, int) - Method in class tec.uom.se.format.DefaultQuantityFormat
 
parse(CharSequence) - Method in class tec.uom.se.format.DefaultQuantityFormat
 
parse(CharSequence, int) - Method in class tec.uom.se.format.EBNFUnitFormat
 
parse(CharSequence) - Method in class tec.uom.se.format.EBNFUnitFormat
 
parse(CharSequence, ParsePosition) - Method in class tec.uom.se.format.EBNFUnitFormat
 
parse(CharSequence, int) - Method in class tec.uom.se.format.LocalUnitFormat
 
parse(CharSequence, ParsePosition) - Method in class tec.uom.se.format.LocalUnitFormat
 
parse(CharSequence) - Method in class tec.uom.se.format.LocalUnitFormat
 
parse(CharSequence, ParsePosition) - Method in class tec.uom.se.format.NumberSpaceQuantityFormat
 
parse(CharSequence, int) - Method in class tec.uom.se.format.NumberSpaceQuantityFormat
 
parse(CharSequence) - Method in class tec.uom.se.format.NumberSpaceQuantityFormat
 
parse(CharSequence, ParsePosition) - Method in class tec.uom.se.format.QuantityFormat
Parses a portion of the specified CharSequence from the specified position to produce an object.
parse(CharSequence) - Method in class tec.uom.se.format.QuantityFormat
Parses a portion of the specified CharSequence from the specified position to produce an object.
parse(CharSequence, int) - Method in class tec.uom.se.format.QuantityFormat
Parses a portion of the specified CharSequence from the specified position to produce an object.
parse(CharSequence) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
parse(CharSequence, int) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
parse(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
parse(char) - Static method in class tec.uom.se.quantity.QuantityDimension
Returns the dimension for the specified symbol.
parseObject(String, ParsePosition) - Method in class tec.uom.se.format.QuantityFormat
 
parseObject(String, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat
Parses the text from a string to produce an object (implements java.text.Format).
parseProductUnit(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
parseProductUnit(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat
Parses a sequence of character to produce a unit or a rational product of unit.
parseSingleUnit(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
parseSingleUnit(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat
Parses a sequence of character to produce a single unit.
parseUnit() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
parseUnit() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
PASCAL - Static variable in class tec.uom.se.unit.Units
The SI unit for pressure, stress (standard name Pa).
PERCENT - Static variable in class tec.uom.se.unit.Units
A dimensionless unit accepted for use with SI units (standard name %).
PETA(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 1015
PI - Static variable in class tec.uom.se.AbstractConverter
The ratio of the circumference of a circle to its diameter.
Pi() - Constructor for class tec.uom.se.function.PiMultiplierConverter.Pi
 
pi(int) - Static method in class tec.uom.se.function.PiMultiplierConverter.Pi
 
PICO(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-12
PiDivisorConverter - Class in tec.uom.se.function
This class represents a converter dividing numeric values by π (Pi).
PiDivisorConverter() - Constructor for class tec.uom.se.function.PiDivisorConverter
Creates a Pi multiplier converter.
PiMultiplierConverter - Class in tec.uom.se.function
This class represents a converter multiplying numeric values by π (Pi).
PiMultiplierConverter() - Constructor for class tec.uom.se.function.PiMultiplierConverter
Creates a Pi multiplier converter.
PiMultiplierConverter.Pi - Class in tec.uom.se.function
Pi calculation with Machin's formula.
PLUS - Static variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
PLUS - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
pow(int) - Method in class tec.uom.se.AbstractUnit
Returns a unit equals to this unit raised to an exponent.
pow - Variable in class tec.uom.se.format.SimpleUnitFormat.Exponent
 
pow - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser.Exponent
Deprecated.
 
pow - Variable in class tec.uom.se.internal.format.UnitFormatParser.Exponent
 
pow(int) - Method in class tec.uom.se.quantity.QuantityDimension
Returns this dimension raised to an exponent.
pow - Variable in class tec.uom.se.unit.ElementProduct
Holds the power exponent.
pow - Variable in class tec.uom.se.unit.ProductUnit.Element
Holds the power exponent.
PREFIXES - Static variable in class tec.uom.se.format.SimpleUnitFormat
 
prefixToSymbol - Variable in class tec.uom.se.format.SymbolMap
 
prevCharIsCR - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
prevCharIsLF - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
PRIO - Static variable in class tec.uom.se.internal.format.DefaultUnitFormatService
 
PRODUCT_PRECEDENCE - Static variable in class tec.uom.se.format.EBNFHelper
Operator precedence for the multiplication and division operations
PRODUCT_PRECEDENCE - Static variable in class tec.uom.se.format.LocalUnitFormat
Operator precedence for the multiplication and division operations
productPrecedence(RationalConverter, boolean, int, StringBuilder) - Static method in class tec.uom.se.format.FormatConverter
 
productPrecedence(MultiplyConverter, boolean, int, StringBuilder) - Static method in class tec.uom.se.format.FormatConverter
 
productPrecedenceInternal(Unit<?>, Appendable, SymbolMap) - Static method in class tec.uom.se.format.EBNFHelper
 
ProductUnit<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.unit
This class represents units formed by the product of rational powers of existing physical units.
ProductUnit() - Constructor for class tec.uom.se.unit.ProductUnit
DefaultQuantityFactory constructor (used solely to create ONE instance).
ProductUnit(Unit<?>) - Constructor for class tec.uom.se.unit.ProductUnit
Copy constructor (allows for parameterization of product units).
ProductUnit(ProductUnit.Element[]) - Constructor for class tec.uom.se.unit.ProductUnit
Product unit constructor.
ProductUnit.Element - Class in tec.uom.se.unit
Inner product element represents a rational power of a single unit.
ProxyQuantityFactory<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.quantity
A factory producing simple quantities instances (tuples Number/Unit).
ProxyQuantityFactory() - Constructor for class tec.uom.se.quantity.ProxyQuantityFactory
 
ProxyQuantityFactory.Default<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.quantity
The default factory implementation.
ProxyQuantityFactory.GenericHandler<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.quantity
The method invocation handler for implementation backed by any kind of Number.
pseudoUnit - Variable in class tec.uom.se.quantity.QuantityDimension
Holds the pseudo unit associated to this dimension.

Q

Quantities - Class in tec.uom.se.quantity
Singleton class for accessing Quantity instances.
Quantities() - Constructor for class tec.uom.se.quantity.Quantities
Private singleton constructor.
quantity - Variable in class tec.uom.se.spi.AbstractMeasurement
 
QUANTITY_FACTORIES - Variable in class tec.uom.se.spi.DefaultServiceProvider
 
QuantityConverter<Q extends javax.measure.Quantity<Q>> - Interface in tec.uom.se.function
Represents an operation to convert values.
QuantityDimension - Class in tec.uom.se.quantity
This class represents a quantity dimension (dimension of a physical quantity).
QuantityDimension(char) - Constructor for class tec.uom.se.quantity.QuantityDimension
Returns the physical dimension having the specified symbol.
QuantityDimension(Unit<?>) - Constructor for class tec.uom.se.quantity.QuantityDimension
Constructor from pseudo-unit (not visible).
QuantityFormat - Class in tec.uom.se.format
This class provides the interface for formatting and parsing quantities.
QuantityFormat() - Constructor for class tec.uom.se.format.QuantityFormat
 
QuantityFunctions - Class in tec.uom.se.function
 
QuantityFunctions() - Constructor for class tec.uom.se.function.QuantityFunctions
 
QuantityRange<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.quantity
A Quantity Range is a pair of Quantity items that represent a range of values.
QuantityRange(Quantity<Q>, Quantity<Q>, Quantity<Q>) - Constructor for class tec.uom.se.quantity.QuantityRange
 
QuantityRange(Quantity<Q>, Quantity<Q>) - Constructor for class tec.uom.se.quantity.QuantityRange
 
QuantitySummaryStatistics<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.function
 
QuantitySummaryStatistics(Unit<Q>) - Constructor for class tec.uom.se.function.QuantitySummaryStatistics
Creates a new instance, targeting the given Unit.
quantityToUnit - Variable in class tec.uom.se.AbstractSystemOfUnits
Holds the mapping quantity to unit.

R

RADIAN - Static variable in class tec.uom.se.unit.Units
The SI unit for plane angle quantities (standard name rad).
raiseTokenException() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Generate TokenException.
Range<T> - Class in tec.uom.se.spi
A Measurement Range is a pair of T items that represent a range of values.
Range(T, T, T) - Constructor for class tec.uom.se.spi.Range
Construct an instance of Range with a min, max and res value.
Range(T, T) - Constructor for class tec.uom.se.spi.Range
Construct an instance of Range with a min and max value.
RationalConverter - Class in tec.uom.se.function
This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two BigInteger numbers).
RationalConverter(BigInteger, BigInteger) - Constructor for class tec.uom.se.function.RationalConverter
Creates a rational converter with the specified dividend and divisor.
RationalConverter(long, long) - Constructor for class tec.uom.se.function.RationalConverter
Convenience method equivalent to new RationalConverter(BigInteger.valueOf(dividend), BigInteger.valueOf(divisor))
readChar() - Method in class tec.uom.se.internal.format.DefaultCharStream
Read a character.
readDouble(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
readExponent(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
readIdentifier(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
readLong(CharSequence, ParsePosition) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
ReInit(Reader, int, int, int) - Method in class tec.uom.se.internal.format.DefaultCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class tec.uom.se.internal.format.DefaultCharStream
Reinitialise.
ReInit(Reader) - Method in class tec.uom.se.internal.format.DefaultCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class tec.uom.se.internal.format.DefaultCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class tec.uom.se.internal.format.DefaultCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class tec.uom.se.internal.format.DefaultCharStream
Reinitialise.
ReInit(InputStream) - Method in class tec.uom.se.internal.format.DefaultCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class tec.uom.se.internal.format.DefaultCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class tec.uom.se.internal.format.DefaultCharStream
Reinitialise.
ReInit(InputStream) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Reinitialise.
ReInit(InputStream, String) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Reinitialise.
ReInit(Reader) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Reinitialise.
ReInit(UnitTokenManager) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Reinitialise.
ReInit(DefaultCharStream) - Method in class tec.uom.se.internal.format.UnitTokenManager
Reinitialise parser.
ReInit(DefaultCharStream, int) - Method in class tec.uom.se.internal.format.UnitTokenManager
Reinitialise parser.
ReInitRounds() - Method in class tec.uom.se.internal.format.UnitTokenManager
 
res - Variable in class tec.uom.se.quantity.QuantityRange
 
res - Variable in class tec.uom.se.spi.Range
 
rescan - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
ResourceBundleEnumeration - Class in tec.uom.se.internal.format.l10n
Implements an Enumeration that combines elements from a Set and an Enumeration.
ResourceBundleEnumeration() - Constructor for class tec.uom.se.internal.format.l10n.ResourceBundleEnumeration
Constructor.
ResourceBundleEnumeration(Set<String>, Enumeration<String>) - Constructor for class tec.uom.se.internal.format.l10n.ResourceBundleEnumeration
Constructs a resource bundle enumeration.
resourcePath - Variable in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
The location of the properties file that was used to instantiate the MultiPropertyResourceBundle instance.
resources - Variable in class tec.uom.se.internal.format.l10n.MultiPropertyResourceBundle
A Map containing all the properties that have been merged from multiple ResourceBundle instances.
right - Variable in class tec.uom.se.AbstractConverter.Pair
Holds the second converter.
root(int) - Method in class tec.uom.se.AbstractUnit
Returns a unit equals to the given root of this unit.
root - Variable in class tec.uom.se.format.SimpleUnitFormat.Exponent
 
root - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser.Exponent
Deprecated.
 
root - Variable in class tec.uom.se.internal.format.UnitFormatParser.Exponent
 
root(int) - Method in class tec.uom.se.quantity.QuantityDimension
Returns the given root of this dimension.
root - Variable in class tec.uom.se.unit.ElementProduct
Holds the root exponent.
root - Variable in class tec.uom.se.unit.ProductUnit.Element
Holds the root exponent.
rtns - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 

S

scanpos - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
scanToken(int) - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
SECOND - Static variable in class tec.uom.se.unit.Units
The SI base unit for duration quantities (standard name s).
SECOND_ANGLE - Static variable in class tec.uom.se.unit.Units
Deprecated.
Use from SI
serialVersionUID - Static variable in class tec.uom.se.AbstractConverter.Identity
 
serialVersionUID - Static variable in class tec.uom.se.AbstractConverter.Pair
 
serialVersionUID - Static variable in class tec.uom.se.AbstractConverter
 
serialVersionUID - Static variable in class tec.uom.se.AbstractQuantity
 
serialVersionUID - Static variable in class tec.uom.se.AbstractUnit
 
serialVersionUID - Static variable in class tec.uom.se.format.DefaultQuantityFormat
 
serialVersionUID - Static variable in class tec.uom.se.format.NumberSpaceQuantityFormat
 
serialVersionUID - Static variable in class tec.uom.se.format.QuantityFormat
 
serialVersionUID - Static variable in class tec.uom.se.function.AddConverter
 
serialVersionUID - Static variable in class tec.uom.se.function.ExpConverter
 
serialVersionUID - Static variable in class tec.uom.se.function.LogConverter
 
serialVersionUID - Static variable in class tec.uom.se.function.MultiplyConverter
 
serialVersionUID - Static variable in class tec.uom.se.function.PiDivisorConverter
 
serialVersionUID - Static variable in class tec.uom.se.function.PiMultiplierConverter
 
serialVersionUID - Static variable in class tec.uom.se.function.RationalConverter
 
serialVersionUID - Static variable in class tec.uom.se.internal.format.l10n.ResourceBundleEnumeration
For serialize.
serialVersionUID - Static variable in exception tec.uom.se.internal.format.LocalUnitFormatParser.LookaheadSuccess
Deprecated.
 
serialVersionUID - Static variable in exception tec.uom.se.internal.format.TokenException
The Serialization identifier for this class.
serialVersionUID - Static variable in error tec.uom.se.internal.format.TokenMgrError
The Serialization identifier for this class.
serialVersionUID - Static variable in error tec.uom.se.internal.format.UnitFormatParser.LookaheadSuccess
 
serialVersionUID - Static variable in class tec.uom.se.quantity.DecimalQuantity
 
serialVersionUID - Static variable in class tec.uom.se.quantity.DoubleQuantity
 
serialVersionUID - Static variable in class tec.uom.se.quantity.NumberQuantity
 
serialVersionUID - Static variable in class tec.uom.se.quantity.QuantityDimension
 
serialVersionUID - Static variable in class tec.uom.se.quantity.ShortQuantity
 
serialVersionUID - Static variable in class tec.uom.se.quantity.time.TemporalQuantity
 
serialVersionUID - Static variable in class tec.uom.se.quantity.time.TimeUnitQuantity
 
serialVersionUID - Static variable in class tec.uom.se.spi.AbstractMeasurement.Default
 
serialVersionUID - Static variable in class tec.uom.se.spi.AbstractMeasurement.DefaultComparable
 
serialVersionUID - Static variable in class tec.uom.se.spi.AbstractMeasurement
 
serialVersionUID - Static variable in class tec.uom.se.unit.AlternateUnit
 
serialVersionUID - Static variable in class tec.uom.se.unit.AnnotatedUnit
 
serialVersionUID - Static variable in class tec.uom.se.unit.BaseUnit
 
serialVersionUID - Static variable in class tec.uom.se.unit.ProductUnit.Element
 
serialVersionUID - Static variable in class tec.uom.se.unit.ProductUnit
 
serialVersionUID - Static variable in class tec.uom.se.unit.TransformedUnit
 
SERVICE_COMPARATOR - Static variable in class tec.uom.se.spi.DefaultServiceProvider
 
servicesLoaded - Variable in class tec.uom.se.spi.DefaultServiceProvider
List of services loaded, per class.
set - Variable in class tec.uom.se.internal.format.l10n.ResourceBundleEnumeration
 
setCurrent(DimensionalModel) - Static method in class tec.uom.se.spi.DimensionalModel
Sets the current dimensional model
setDebugStream(PrintStream) - Method in class tec.uom.se.internal.format.UnitTokenManager
Set debug output.
setInstance(Class<Q>, ProxyQuantityFactory<Q>) - Static method in class tec.uom.se.quantity.ProxyQuantityFactory
Overrides the default implementation of the factory for the specified quantity type.
setName(String) - Method in class tec.uom.se.AbstractUnit
 
setQuantity(Quantity<Q>) - Method in class tec.uom.se.function.QuantitySummaryStatistics
 
setSymbol(String) - Method in class tec.uom.se.AbstractUnit
 
setTabSize(int) - Method in class tec.uom.se.internal.format.DefaultCharStream
 
shift(double) - Method in class tec.uom.se.AbstractUnit
 
ShortQuantity<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.quantity
An amount of quantity, consisting of a short and a Unit.
ShortQuantity(short, Unit<Q>) - Constructor for class tec.uom.se.quantity.ShortQuantity
 
SI_UNITS - Static variable in class tec.uom.se.format.SimpleUnitFormat
 
SIEMENS - Static variable in class tec.uom.se.unit.Units
The SI unit for electric conductance (standard name S).
SIEVERT - Static variable in class tec.uom.se.unit.Units
The SI unit for dose equivalent (standard name Sv).
Sign() - Method in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
sign() - Method in class tec.uom.se.internal.format.UnitFormatParser
 
SimpleUnitFormat - Class in tec.uom.se.format
This class implements the UnitFormat interface for formatting and parsing units.
SimpleUnitFormat() - Constructor for class tec.uom.se.format.SimpleUnitFormat
Base constructor.
SimpleUnitFormat.ASCIIFormat - Class in tec.uom.se.format
This class represents the ASCII format.
SimpleUnitFormat.DefaultFormat - Class in tec.uom.se.format
This class represents the standard format.
SimpleUnitFormat.Exponent - Class in tec.uom.se.format
This class represents an exponent with both a power (numerator) and a root (denominator).
SimpleUnitFormat.Flavor - Enum in tec.uom.se.format
Flavor of this format
SOLIDUS - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
sortNatural() - Static method in class tec.uom.se.function.QuantityFunctions
Creates a comparator to sort by natural order, looking to both the unit and the value.
sortNaturalDesc() - Static method in class tec.uom.se.function.QuantityFunctions
Creates a comparator to sort by natural order descending, looking to both the unit and the value.
sortNumber() - Static method in class tec.uom.se.function.QuantityFunctions
Creates a comparator to sort by number, ignoring the unit.
sortNumberDesc() - Static method in class tec.uom.se.function.QuantityFunctions
Creates a comparator to sort by number descending, ignoring the unit.
sortSymbol() - Static method in class tec.uom.se.function.QuantityFunctions
Creates a comparator to sort by name, ignoring the value.
sortSymbolDesc() - Static method in class tec.uom.se.function.QuantityFunctions
Creates a comparator to sort by name descending, ignoring the value.
souMap - Variable in class tec.uom.se.internal.DefaultSystemOfUnitsService
 
specialToken - Variable in class tec.uom.se.internal.format.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SQUARE_METRE - Static variable in class tec.uom.se.unit.Units
The SI unit for area quantities (standard name m2).
StandardModel - Class in tec.uom.se.spi
Provides support for Dimensional Analysis.
StandardModel() - Constructor for class tec.uom.se.spi.StandardModel
StandardModel constructor.
STATIC_LEXER_ERROR - Static variable in error tec.uom.se.internal.format.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class tec.uom.se.internal.format.DefaultCharStream
Whether parser is static.
STERADIAN - Static variable in class tec.uom.se.unit.Units
The SI unit for solid angle quantities (standard name sr).
subtract(Quantity<Q>) - Method in interface tec.uom.se.ComparableQuantity
 
subtract(Quantity<Q>) - Method in class tec.uom.se.quantity.DecimalQuantity
 
subtract(Quantity<Q>) - Method in class tec.uom.se.quantity.DoubleQuantity
 
subtract(Quantity<Q>) - Method in class tec.uom.se.quantity.NumberQuantity
 
subtract(Quantity<Q>) - Method in class tec.uom.se.quantity.ShortQuantity
 
subtract(Quantity<Time>) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
subtract(Quantity<Time>) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
sum() - Static method in class tec.uom.se.function.QuantityFunctions
Creates a BinaryOperator to sum.
sum(Unit<Q>) - Static method in class tec.uom.se.function.QuantityFunctions
Creates a BinaryOperator to sum converting to unit
sum - Variable in class tec.uom.se.function.QuantitySummaryStatistics
 
summarizeQuantity(Unit<Q>) - Static method in class tec.uom.se.function.QuantityFunctions
Summary of Quantity
SUPERSCRIPT_DIGIT - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
SUPERSCRIPT_INTEGER - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
SwitchTo(int) - Method in class tec.uom.se.internal.format.UnitTokenManager
Switch to specified lex state.
symbol - Variable in class tec.uom.se.AbstractUnit
Holds the symbol.
symbol - Variable in class tec.uom.se.unit.AlternateUnit
Holds the symbol for this unit.
symbol - Variable in class tec.uom.se.unit.BaseUnit
Holds the symbol.
symbol - Variable in enum tec.uom.se.unit.MetricPrefix
The symbol of this prefix, as returned by MetricPrefix.getSymbol().
symbol - Variable in class tec.uom.se.unit.ProductUnit
Holds the symbol for this unit.
symbol - Variable in class tec.uom.se.unit.TransformedUnit
Holds the symbol.
SYMBOL_TO_UNIT - Static variable in class tec.uom.se.AbstractUnit
Holds the unique symbols collection (base units or alternate units).
SYMBOL_TO_UNIT - Static variable in class tec.uom.se.format.SimpleUnitFormat
Holds the unique symbols collection (base units or alternate units).
symbolMap - Variable in class tec.uom.se.format.EBNFUnitFormat
The symbol map used by this instance to map between Units and Strings, etc...
symbolMap - Variable in class tec.uom.se.format.LocalUnitFormat
The symbol map used by this instance to map between Units and Strings, etc...
SymbolMap - Class in tec.uom.se.format
This class provides a set of mappings between units and symbols (both ways), between prefixes and symbols (both ways), and from unit converters to prefixes (one way).
SymbolMap() - Constructor for class tec.uom.se.format.SymbolMap
Creates an empty mapping.
SymbolMap(ResourceBundle) - Constructor for class tec.uom.se.format.SymbolMap
Creates a symbol map from the specified resource bundle,
symbols - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
 
symbols - Variable in class tec.uom.se.internal.format.UnitFormatParser
 
symbolToPrefix - Variable in class tec.uom.se.format.SymbolMap
 
symbolToUnit - Variable in class tec.uom.se.format.SymbolMap
 

T

tabSize - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
tec.uom.se - package tec.uom.se
This package provides a Java SE 8 implementation of the Units of Measurement API.
tec.uom.se.format - package tec.uom.se.format
 
tec.uom.se.function - package tec.uom.se.function
This package provides functional interfaces.
tec.uom.se.internal - package tec.uom.se.internal
 
tec.uom.se.internal.format - package tec.uom.se.internal.format
 
tec.uom.se.internal.format.l10n - package tec.uom.se.internal.format.l10n
 
tec.uom.se.quantity - package tec.uom.se.quantity
 
tec.uom.se.quantity.time - package tec.uom.se.quantity.time
 
tec.uom.se.spi - package tec.uom.se.spi
 
tec.uom.se.unit - package tec.uom.se.unit
This package provides supports for physics units, in conformity with the Units of Measurement API.
TEMPERATURE - Static variable in class tec.uom.se.quantity.QuantityDimension
Holds temperature dimension (Θ).
TemporalQuantity - Class in tec.uom.se.quantity.time
Class that represents TemporalUnit in Unit-API
TemporalQuantity(Integer, TemporalUnit) - Constructor for class tec.uom.se.quantity.time.TemporalQuantity
creates the TemporalQuantity using TemporalUnit and Integer
TERA(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 1012
TESLA - Static variable in class tec.uom.se.unit.Units
The alternate unit for magnetic flux density (standard name T).
THREE - Static variable in class tec.uom.se.function.PiMultiplierConverter
 
TIME - Static variable in class tec.uom.se.quantity.QuantityDimension
Holds time dimension (T).
TimedData<T> - Class in tec.uom.se.quantity.time
TimedData is a container for a data value that keeps track of its age.
TimedData(T, long) - Constructor for class tec.uom.se.quantity.time.TimedData
Construct an instance of TimedData with a value and timestamp.
TimeQuantities - Class in tec.uom.se.quantity.time
 
TimeQuantities() - Constructor for class tec.uom.se.quantity.time.TimeQuantities
 
timestamp - Variable in class tec.uom.se.quantity.time.TimedData
 
timeUnit - Variable in class tec.uom.se.quantity.time.TemporalQuantity
 
timeUnit - Variable in class tec.uom.se.quantity.time.TimeUnitQuantity
 
TimeUnitQuantity - Class in tec.uom.se.quantity.time
Class that represents TimeUnit in Unit-API
TimeUnitQuantity(TimeUnit, Integer) - Constructor for class tec.uom.se.quantity.time.TimeUnitQuantity
creates the TimeUnitQuantity using TimeUnit and Integer
to(Unit<Q>) - Method in class tec.uom.se.AbstractQuantity
Returns this measure after conversion to specified unit.
to(Unit<Q>, MathContext) - Method in class tec.uom.se.AbstractQuantity
Returns this measure after conversion to specified unit.
to(Unit<Q>) - Method in interface tec.uom.se.ComparableQuantity
 
to(Unit<Q>) - Method in interface tec.uom.se.function.QuantityConverter
Returns a quantity converted into another unit.
to(Unit<Q>) - Method in class tec.uom.se.function.QuantitySummaryStatistics
convert the summary to this unit measure
to(TemporalUnit) - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
to(TimeUnit) - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
toBigDecimal(Number) - Method in class tec.uom.se.quantity.DecimalQuantity
 
toDecimalQuantity() - Method in class tec.uom.se.quantity.NumberQuantity
 
toDouble(BigInteger) - Static method in class tec.uom.se.function.RationalConverter
 
token - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Current token.
Token - Class in tec.uom.se.internal.format
Describes the input token stream.
Token() - Constructor for class tec.uom.se.internal.format.Token
No-argument constructor
Token(int) - Constructor for class tec.uom.se.internal.format.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class tec.uom.se.internal.format.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class tec.uom.se.internal.format.UnitFormatParser
Current token.
token_source - Variable in class tec.uom.se.internal.format.UnitFormatParser
Generated Token Manager.
tokenBegin - Variable in class tec.uom.se.internal.format.DefaultCharStream
 
TokenException - Exception in tec.uom.se.internal.format
This exception is thrown when token errors are encountered.
TokenException(Token, int[][], String[]) - Constructor for exception tec.uom.se.internal.format.TokenException
This constructor is used by the method "raiseTokenException" in the generated parser.
TokenException() - Constructor for exception tec.uom.se.internal.format.TokenException
The following constructors are for use by you for whatever purpose you can think of.
TokenException(String) - Constructor for exception tec.uom.se.internal.format.TokenException
Constructor with message.
tokenImage - Variable in exception tec.uom.se.internal.format.TokenException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
Literal token values.
TokenMgrError - Error in tec.uom.se.internal.format
Token Manager Error.
TokenMgrError() - Constructor for error tec.uom.se.internal.format.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error tec.uom.se.internal.format.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error tec.uom.se.internal.format.TokenMgrError
Full Constructor.
tokenSource - Variable in class tec.uom.se.internal.format.LocalUnitFormatParser
Deprecated.
Generated Token Manager.
toMap(ResourceBundle) - Static method in class tec.uom.se.internal.format.l10n.BundleToMapAdapter
 
toMap(String) - Static method in class tec.uom.se.internal.format.l10n.BundleToMapAdapter
 
toQuantity() - Method in class tec.uom.se.quantity.time.TemporalQuantity
Converts the TemporalQuantity to Quantity
toQuantity() - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
Converts the TimeUnitQuantity to Quantity
toSI() - Method in class tec.uom.se.AbstractQuantity
Convenient method equivalent to to(this.getUnit().toSI()).
toString() - Method in class tec.uom.se.AbstractQuantity
Returns the String representation of this measure.
toString() - Method in class tec.uom.se.AbstractUnit
Returns the standard representation of this physics unit.
toString() - Method in class tec.uom.se.format.SymbolMap
 
toString() - Method in class tec.uom.se.function.AddConverter
 
toString() - Method in class tec.uom.se.function.ExpConverter
 
toString() - Method in class tec.uom.se.function.LogConverter
 
toString() - Method in class tec.uom.se.function.MultiplyConverter
 
toString() - Method in class tec.uom.se.function.PiDivisorConverter
 
toString() - Method in class tec.uom.se.function.PiMultiplierConverter
 
toString() - Method in class tec.uom.se.function.QuantitySummaryStatistics
 
toString() - Method in class tec.uom.se.function.RationalConverter
 
toString() - Method in class tec.uom.se.internal.format.Token
Returns the image.
toString() - Method in class tec.uom.se.quantity.DefaultQuantityFactory
 
toString() - Method in class tec.uom.se.quantity.QuantityDimension
 
toString() - Method in class tec.uom.se.quantity.QuantityRange
 
toString() - Method in class tec.uom.se.quantity.time.TemporalQuantity
 
toString() - Method in class tec.uom.se.quantity.time.TimedData
 
toString() - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
toString() - Method in class tec.uom.se.spi.AbstractMeasurement
 
toString() - Method in class tec.uom.se.spi.Range
 
toSystemUnit() - Method in class tec.uom.se.AbstractUnit
Returns the unscaled SI unit from which this unit is derived.
toSystemUnit() - Method in class tec.uom.se.unit.AlternateUnit
 
toSystemUnit() - Method in class tec.uom.se.unit.AnnotatedUnit
 
toSystemUnit() - Method in class tec.uom.se.unit.BaseUnit
 
toSystemUnit() - Method in class tec.uom.se.unit.ProductUnit
 
toSystemUnit() - Method in class tec.uom.se.unit.TransformedUnit
 
toTemporalSeconds(Quantity<Time>) - Static method in class tec.uom.se.quantity.time.TimeQuantities
Creates a TemporalQuantity based a Quantity converted to Units#SECOND.
toTimeUnitSeconds(Quantity<Time>) - Static method in class tec.uom.se.quantity.time.TimeQuantities
Creates a TimeUnitQuantity based a Quantity converted to Units#SECOND.
toUnit() - Method in class tec.uom.se.quantity.time.TemporalQuantity
converts the TemporalUnit to Unit
toUnit(TemporalUnit) - Static method in class tec.uom.se.quantity.time.TemporalQuantity
 
toUnit() - Method in class tec.uom.se.quantity.time.TimeUnitQuantity
converts the TimeUnit to Unit
toUnit(TimeUnit) - Static method in class tec.uom.se.quantity.time.TimeUnitQuantity
 
transform(UnitConverter) - Method in class tec.uom.se.AbstractUnit
 
TransformedUnit<Q extends javax.measure.Quantity<Q>> - Class in tec.uom.se.unit
This class represents the units derived from other units using converters.
TransformedUnit(Unit<Q>, UnitConverter) - Constructor for class tec.uom.se.unit.TransformedUnit
Creates a transformed unit from the specified system unit.
TransformedUnit(String, Unit<Q>, UnitConverter) - Constructor for class tec.uom.se.unit.TransformedUnit
 
TWO - Static variable in class tec.uom.se.function.PiMultiplierConverter
 
TWO_THIRTY_NINE - Static variable in class tec.uom.se.function.PiMultiplierConverter
 
type - Variable in class tec.uom.se.quantity.DefaultQuantityFactory
The type of the quantities created by this factory.
type - Variable in class tec.uom.se.quantity.ProxyQuantityFactory.Default
The type of the quantities created by this factory.

U

unit - Variable in class tec.uom.se.AbstractQuantity
 
unit - Variable in class tec.uom.se.quantity.ProxyQuantityFactory.GenericHandler
 
unit - Variable in class tec.uom.se.unit.ElementProduct
Holds the single unit.
unit - Variable in class tec.uom.se.unit.ProductUnit.Element
Holds the single unit.
UNIT_IDENTIFIER - Static variable in interface tec.uom.se.internal.format.UnitTokenConstants
RegularExpression Id.
unitFor(String) - Method in class tec.uom.se.format.SimpleUnitFormat.ASCIIFormat
 
unitFor(String) - Method in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
 
unitFormat - Variable in class tec.uom.se.format.NumberSpaceQuantityFormat
 
UnitFormatParser - Class in tec.uom.se.internal.format
 
UnitFormatParser(SymbolMap, Reader) - Constructor for class tec.uom.se.internal.format.UnitFormatParser
 
UnitFormatParser(InputStream) - Constructor for class tec.uom.se.internal.format.UnitFormatParser
Constructor with InputStream.
UnitFormatParser(InputStream, String) - Constructor for class tec.uom.se.internal.format.UnitFormatParser
Constructor with InputStream and supplied encoding
UnitFormatParser(Reader) - Constructor for class tec.uom.se.internal.format.UnitFormatParser
Constructor.
UnitFormatParser(UnitTokenManager) - Constructor for class tec.uom.se.internal.format.UnitFormatParser
Constructor with generated Token Manager.
UnitFormatParser.Exponent - Class in tec.uom.se.internal.format
 
UnitFormatParser.JJCalls - Class in tec.uom.se.internal.format
 
UnitFormatParser.LookaheadSuccess - Error in tec.uom.se.internal.format
 
units - Variable in class tec.uom.se.AbstractSystemOfUnits
Holds the units.
Units - Class in tec.uom.se.unit
This class defines commonly used units.
Units() - Constructor for class tec.uom.se.unit.Units
 
UnitStyle - Enum in tec.uom.se.format
Defines the different variants of unit formatting.
UnitStyle() - Constructor for enum tec.uom.se.format.UnitStyle
 
UnitTokenConstants - Interface in tec.uom.se.internal.format
Token literal values and constants.
UnitTokenManager - Class in tec.uom.se.internal.format
Token Manager.
UnitTokenManager(DefaultCharStream) - Constructor for class tec.uom.se.internal.format.UnitTokenManager
Constructor.
UnitTokenManager(DefaultCharStream, int) - Constructor for class tec.uom.se.internal.format.UnitTokenManager
Constructor.
unitToSymbol - Variable in class tec.uom.se.format.SymbolMap
 
UpdateLineColumn(char) - Method in class tec.uom.se.internal.format.DefaultCharStream
 

V

value - Variable in class tec.uom.se.quantity.DecimalQuantity
 
value - Variable in class tec.uom.se.quantity.DoubleQuantity
 
value - Variable in class tec.uom.se.quantity.NumberQuantity
 
value - Variable in class tec.uom.se.quantity.ProxyQuantityFactory.GenericHandler
 
value - Variable in class tec.uom.se.quantity.ShortQuantity
 
value - Variable in class tec.uom.se.quantity.time.TemporalQuantity
 
value - Variable in class tec.uom.se.quantity.time.TimedData
 
value - Variable in class tec.uom.se.quantity.time.TimeUnitQuantity
 
valueOf(String) - Static method in enum tec.uom.se.format.FormatBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tec.uom.se.format.SimpleUnitFormat.Flavor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tec.uom.se.format.UnitStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the enum constant of this type with the specified name.
values() - Static method in enum tec.uom.se.format.FormatBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tec.uom.se.format.SimpleUnitFormat.Flavor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tec.uom.se.format.UnitStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tec.uom.se.unit.MetricPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
VOLT - Static variable in class tec.uom.se.unit.Units
The SI unit for electric potential difference, electromotive force (standard name V).

W

WATT - Static variable in class tec.uom.se.unit.Units
The SI unit for power, radiant, flux (standard name W).
WEBER - Static variable in class tec.uom.se.unit.Units
The SI unit for magnetic flux (standard name Wb).
WEEK - Static variable in class tec.uom.se.unit.Units
A unit of duration equal to 7 Units.DAY (standard name week).

Y

YEAR - Static variable in class tec.uom.se.unit.Units
A time unit accepted for use with SI units (standard name y ).
YOCTO(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-24
YOTTA(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 1024

Z

ZEPTO(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 10-21
ZETTA(Unit<Q>) - Static method in enum tec.uom.se.unit.MetricPrefix
Returns the specified unit multiplied by the factor 1021

_

_nameToUnit - Variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
Holds the name to unit mapping.
_unitToName - Variable in class tec.uom.se.format.SimpleUnitFormat.DefaultFormat
Holds the unit to name mapping.
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 
Skip navigation links