Uses of Class
org.openjdk.jmc.common.unit.LinearKindOfQuantity
-
Packages that use LinearKindOfQuantity Package Description org.openjdk.jmc.common.item This package contains theIItem
data model.org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of LinearKindOfQuantity in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type LinearKindOfQuantity Modifier and Type Method Description static IAggregator<IQuantity,?>
Aggregators. sum(String name, String description, LinearKindOfQuantity ct, IAccessorFactory<IQuantity> af)
Constructors in org.openjdk.jmc.common.item with parameters of type LinearKindOfQuantity Constructor Description Stddev(String name, String description, LinearKindOfQuantity ct, boolean besselCorrection)
Sum(String name, String description, LinearKindOfQuantity ct)
Variance(String name, String description, LinearKindOfQuantity ct, boolean besselCorrection)
-
Uses of LinearKindOfQuantity in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit declared as LinearKindOfQuantity Modifier and Type Field Description static LinearKindOfQuantity
UnitLookup. ADDRESS
static LinearKindOfQuantity
UnitLookup. FREQUENCY
protected LinearKindOfQuantity
BinaryUnitSelector. kindOfQuantity
protected LinearKindOfQuantity
CustomUnitSelector. kindOfQuantity
protected LinearKindOfQuantity
DecimalUnitSelector. kindOfQuantity
static LinearKindOfQuantity
UnitLookup. MEMORY
static LinearKindOfQuantity
UnitLookup. NUMBER
static LinearKindOfQuantity
UnitLookup. PERCENTAGE
static LinearKindOfQuantity
UnitLookup. TIMESPAN
Methods in org.openjdk.jmc.common.unit that return LinearKindOfQuantity Modifier and Type Method Description LinearKindOfQuantity
LinearKindOfQuantity.AutoFormatter. getContentType()
LinearKindOfQuantity
LinearUnit. getContentType()
Methods in org.openjdk.jmc.common.unit with parameters of type LinearKindOfQuantity Modifier and Type Method Description LinearKindOfQuantity.LinearUnitSelector
BinaryPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<BinaryPrefix> prefixes)
LinearKindOfQuantity.LinearUnitSelector
DecimalPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<DecimalPrefix> prefixes)
LinearKindOfQuantity.LinearUnitSelector
IPrefix. createUnitSelector(LinearKindOfQuantity kindOfQuantity, Iterable<P> prefixes)
-