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 interface
ITypedQuantity<U extends TypedUnit<U>>
Type parameterized extension ofIQuantity
.class
KindOfQuantity<U extends TypedUnit<U>>
static class
KindOfQuantity.ExactFormatter<U extends TypedUnit<U>>
static class
KindOfQuantity.VerboseFormatter<U extends TypedUnit<U>>
class
QuantityRange<U extends TypedUnit<U>>
A finite range of quantities.private static class
QuantityRange.Point<U extends TypedUnit<U>>
private static class
QuantityRange.WithEnd<U extends TypedUnit<U>>
private static class
QuantityRange.WithExtent<U extends TypedUnit<U>>
(package private) class
ScalarQuantity<U extends TypedUnit<U>>
A scalar physical quantity value, conceptually a (real) number with a unit.static class
ScalarQuantity.DoubleStored<U extends TypedUnit<U>>
static class
ScalarQuantity.LongStored<U extends TypedUnit<U>>
class
TypedUnit<U extends TypedUnit<U>>
Type parameterized extension ofIUnit
.static interface
TypedUnit.UnitSelector<U extends TypedUnit<U>>
Subclasses of TypedUnit in org.openjdk.jmc.common.unit Modifier and Type Class Description class
LinearUnit
A measurement unit for a particular kind of quantity.protected static class
LinearUnit.Custom
class
TimestampUnit
Fields in org.openjdk.jmc.common.unit declared as TypedUnit Modifier and Type Field Description protected U
ScalarQuantity. unit
Methods 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.
-