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.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.CustomclassTimestampUnitMethods 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>>
StringKindOfQuantity. format(Number number, IUnit unit)Convenience method (possibly temporary) until type parameters has settled.
-