Uses of Class
javax.measure.test.quantity.TestQuantity
Packages that use TestQuantity
-
Uses of TestQuantity in javax.measure.test.quantity
Subclasses of TestQuantity in javax.measure.test.quantityModifier and TypeClassDescriptionclass
class
final class
class
class
Methods in javax.measure.test.quantity that return TestQuantityModifier and TypeMethodDescriptionTestQuantity.add
(TestQuantity<Q> dn, TestQuantity<Q> d1, TestQuantity<Q> d2, TestUnit<Q> au) TestQuantity.subtract
(TestQuantity<Q> dn, TestQuantity<Q> d1, TestQuantity<Q> d2, TestUnit<Q> au) Methods in javax.measure.test.quantity with parameters of type TestQuantityModifier and TypeMethodDescriptionTestQuantity.add
(TestQuantity<Q> dn, TestQuantity<Q> d1, TestQuantity<Q> d2, TestUnit<Q> au) boolean
TemperatureQuantity.eq
(TestQuantity<Temperature> dq) boolean
TestQuantity.eq
(TestQuantity<Q> d1) boolean
TestQuantity.ge
(TestQuantity<Q> d1) boolean
TestQuantity.gt
(TestQuantity<Q> d1) boolean
TestQuantity.le
(TestQuantity<Q> d1) boolean
TestQuantity.lt
(TestQuantity<Q> d1) boolean
TestQuantity.ne
(TestQuantity<Q> d1) TestQuantity.subtract
(TestQuantity<Q> dn, TestQuantity<Q> d1, TestQuantity<Q> d2, TestUnit<Q> au)