Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryUnitSelector |
class |
CustomUnitSelector |
class |
DecimalUnitSelector |
Modifier and Type | Field and Description |
---|---|
protected LinearKindOfQuantity.LinearUnitSelector |
CustomUnitSelector.bigSelector |
protected LinearKindOfQuantity.LinearUnitSelector |
CustomUnitSelector.smallSelector |
protected LinearKindOfQuantity.LinearUnitSelector |
LinearKindOfQuantity.unitSelector |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LinearKindOfQuantity.setDefaultSelector(LinearKindOfQuantity.LinearUnitSelector unitSelector) |
Constructor and Description |
---|
CustomUnitSelector(LinearKindOfQuantity kindOfQuantity,
LinearKindOfQuantity.LinearUnitSelector smallSelector,
Collection<LinearUnit> units,
LinearKindOfQuantity.LinearUnitSelector bigSelector,
SortedSet<ITypedQuantity<LinearUnit>> ticks) |
Copyright © 2019. All rights reserved.