Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
Modifier and Type | Method and Description |
---|---|
static IAggregator<IQuantity,?> |
Aggregators.avg(String name,
String description,
KindOfQuantity<?> ct,
IAccessorFactory<IQuantity> af) |
Modifier and Type | Class and Description |
---|---|
class |
LinearKindOfQuantity
The kind of a linear (scalar) physical quantity.
|
Modifier and Type | Field and Description |
---|---|
static KindOfQuantity<TimestampUnit> |
UnitLookup.TIMESTAMP |
Modifier and Type | Method and Description |
---|---|
abstract KindOfQuantity<U> |
TypedUnit.getContentType() |
KindOfQuantity<?> |
IUnit.getContentType()
Get the kind of quantity of this unit.
|
KindOfQuantity<TimestampUnit> |
TimestampUnit.getContentType() |
abstract KindOfQuantity<LinearUnit> |
KindOfQuantity.getDeltaKind() |
KindOfQuantity<LinearUnit> |
LinearKindOfQuantity.getDeltaKind() |
KindOfQuantity<?> |
IQuantity.getType()
Get the kind of this quantity.
|
KindOfQuantity<U> |
ITypedQuantity.getType() |
Modifier and Type | Method and Description |
---|---|
static List<KindOfQuantity<?>> |
UnitLookup.getKindsOfQuantity() |
Constructor and Description |
---|
ExactFormatter(KindOfQuantity<U> kindOfQuantity) |
ExactFormatter(KindOfQuantity<U> kindOfQuantity,
String name) |
VerboseFormatter(KindOfQuantity<U> kindOfQuantity) |
VerboseFormatter(KindOfQuantity<U> kindOfQuantity,
String name) |
Copyright © 2020. All rights reserved.