Uses of Interface
org.openjdk.jmc.common.unit.LinearKindOfQuantity.LinearUnitSelector
Packages that use LinearKindOfQuantity.LinearUnitSelector
Package
Description
This package contains the data model for quantities and units.
-
Uses of LinearKindOfQuantity.LinearUnitSelector in org.openjdk.jmc.common.unit
Classes in org.openjdk.jmc.common.unit that implement LinearKindOfQuantity.LinearUnitSelectorModifier and TypeClassDescriptionclass
class
class
Fields in org.openjdk.jmc.common.unit declared as LinearKindOfQuantity.LinearUnitSelectorModifier and TypeFieldDescriptionprotected final LinearKindOfQuantity.LinearUnitSelector
CustomUnitSelector.bigSelector
protected final LinearKindOfQuantity.LinearUnitSelector
CustomUnitSelector.smallSelector
protected LinearKindOfQuantity.LinearUnitSelector
LinearKindOfQuantity.unitSelector
Methods in org.openjdk.jmc.common.unit that return LinearKindOfQuantity.LinearUnitSelectorModifier and TypeMethodDescriptionBinaryPrefix.createUnitSelector
(LinearKindOfQuantity kindOfQuantity, Iterable<BinaryPrefix> prefixes) DecimalPrefix.createUnitSelector
(LinearKindOfQuantity kindOfQuantity, Iterable<DecimalPrefix> prefixes) IPrefix.createUnitSelector
(LinearKindOfQuantity kindOfQuantity, Iterable<P> prefixes) Methods in org.openjdk.jmc.common.unit with parameters of type LinearKindOfQuantity.LinearUnitSelectorModifier and TypeMethodDescriptionprotected void
LinearKindOfQuantity.setDefaultSelector
(LinearKindOfQuantity.LinearUnitSelector unitSelector) Constructors in org.openjdk.jmc.common.unit with parameters of type LinearKindOfQuantity.LinearUnitSelectorModifierConstructorDescriptionCustomUnitSelector
(LinearKindOfQuantity kindOfQuantity, LinearKindOfQuantity.LinearUnitSelector smallSelector, Collection<LinearUnit> units, LinearKindOfQuantity.LinearUnitSelector bigSelector, SortedSet<ITypedQuantity<LinearUnit>> ticks)