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 TypeClassDescriptionclassclassclassFields in org.openjdk.jmc.common.unit declared as LinearKindOfQuantity.LinearUnitSelectorModifier and TypeFieldDescriptionprotected final LinearKindOfQuantity.LinearUnitSelectorCustomUnitSelector.bigSelectorprotected final LinearKindOfQuantity.LinearUnitSelectorCustomUnitSelector.smallSelectorprotected LinearKindOfQuantity.LinearUnitSelectorLinearKindOfQuantity.unitSelectorMethods 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 voidLinearKindOfQuantity.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)