Uses of Class
tech.units.indriya.quantity.MixedQuantity
-
Packages that use MixedQuantity Package Description tech.units.indriya.format tech.units.indriya.function This package provides functional interfaces and other functions including unit or quantity conversion.tech.units.indriya.quantity -
-
Uses of MixedQuantity in tech.units.indriya.format
Methods in tech.units.indriya.format that return MixedQuantity Modifier and Type Method Description MixedQuantity<?>NumberDelimiterQuantityFormat. parseMixed(CharSequence csq)protected MixedQuantity<?>NumberDelimiterQuantityFormat. parseMixed(CharSequence csq, int index)MixedQuantity<?>NumberDelimiterQuantityFormat. parseMixed(CharSequence csq, ParsePosition cursor)Methods in tech.units.indriya.format with parameters of type MixedQuantity Modifier and Type Method Description protected abstract StringBufferAbstractQuantityFormat. formatMixed(MixedQuantity<?> mixed, StringBuffer dest)Convenience method equivalent to#format(MixedQuantity, Appendable)except it does not raise an IOException.protected StringBufferNumberDelimiterQuantityFormat. formatMixed(MixedQuantity<?> comp, StringBuffer dest)protected StringBufferSimpleQuantityFormat. formatMixed(MixedQuantity<?> mixed, StringBuffer dest) -
Uses of MixedQuantity in tech.units.indriya.function
Methods in tech.units.indriya.function that return MixedQuantity Modifier and Type Method Description MixedQuantity<Q>MixedRadix. createMixedQuantity(Number... values)MixedQuantity<Q>MixedRadix. createMixedQuantity(Number[] values, Quantity.Scale scale) -
Uses of MixedQuantity in tech.units.indriya.quantity
Methods in tech.units.indriya.quantity that return MixedQuantity Modifier and Type Method Description static <Q extends Quantity<Q>>
MixedQuantity<Q>MixedQuantity. fromArray(Quantity<Q>... quantities)static <Q extends Quantity<Q>>
MixedQuantity<Q>Quantities. getMixedQuantity(Number[] values, Unit<Q>[] units)Returns the mixed radix values and units asMixedQuantityin theABSOLUTEscale.static <Q extends Quantity<Q>>
MixedQuantity<Q>Quantities. getMixedQuantity(Number[] values, Unit<Q>[] units, Quantity.Scale scale)Returns the mixed radix values and units asMixedQuantityin the specified scale.static <Q extends Quantity<Q>>
MixedQuantity<Q>MixedQuantity. of(List<Quantity<Q>> quantities)static <Q extends Quantity<Q>>
MixedQuantity<Q>MixedQuantity. of(Quantity<Q>... quantities)
-