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 TypeClassDescriptionclassclassfinal classclassclassMethods 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) booleanTemperatureQuantity.eq(TestQuantity<Temperature> dq) booleanTestQuantity.eq(TestQuantity<Q> d1) booleanTestQuantity.ge(TestQuantity<Q> d1) booleanTestQuantity.gt(TestQuantity<Q> d1) booleanTestQuantity.le(TestQuantity<Q> d1) booleanTestQuantity.lt(TestQuantity<Q> d1) booleanTestQuantity.ne(TestQuantity<Q> d1) TestQuantity.subtract(TestQuantity<Q> dn, TestQuantity<Q> d1, TestQuantity<Q> d2, TestUnit<Q> au)