Uses of Class
org.openjdk.jmc.common.unit.TypedUnit
-
Packages that use TypedUnit Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of TypedUnit in org.openjdk.jmc.common.unit
Classes in org.openjdk.jmc.common.unit with type parameters of type TypedUnit Modifier and Type Interface Description interfaceITypedQuantity<U extends TypedUnit<U>>Type parameterized extension ofIQuantity.classKindOfQuantity<U extends TypedUnit<U>>static classKindOfQuantity.ExactFormatter<U extends TypedUnit<U>>static classKindOfQuantity.VerboseFormatter<U extends TypedUnit<U>>classQuantityRange<U extends TypedUnit<U>>A finite range of quantities.private static classQuantityRange.Point<U extends TypedUnit<U>>private static classQuantityRange.WithEnd<U extends TypedUnit<U>>private static classQuantityRange.WithExtent<U extends TypedUnit<U>>(package private) classScalarQuantity<U extends TypedUnit<U>>A scalar physical quantity value, conceptually a (real) number with a unit.static classScalarQuantity.DoubleStored<U extends TypedUnit<U>>static classScalarQuantity.LongStored<U extends TypedUnit<U>>classTypedUnit<U extends TypedUnit<U>>Type parameterized extension ofIUnit.static interfaceTypedUnit.UnitSelector<U extends TypedUnit<U>>Subclasses of TypedUnit in org.openjdk.jmc.common.unit Modifier and Type Class Description classLinearUnitA measurement unit for a particular kind of quantity.protected static classLinearUnit.CustomclassTimestampUnitFields in org.openjdk.jmc.common.unit declared as TypedUnit Modifier and Type Field Description protected UScalarQuantity. unitMethods in org.openjdk.jmc.common.unit with type parameters of type TypedUnit Modifier and Type Method Description static <U extends TypedUnit<U>>
IRange<IQuantity>QuantityRange. createPoint(IQuantity start)static <U extends TypedUnit<U>>
IRange<IQuantity>QuantityRange. createWithEnd(IQuantity start, IQuantity end)static <U extends TypedUnit<U>>
IRange<IQuantity>QuantityRange. createWithExtent(IQuantity start, ITypedQuantity<LinearUnit> extent)static <U extends TypedUnit<U>>
java.lang.StringKindOfQuantity. format(java.lang.Number number, IUnit unit)Convenience method (possibly temporary) until type parameters has settled.
-