Uses of Interface
org.openjdk.jmc.common.unit.TypedUnit.UnitSelector
-
Packages that use TypedUnit.UnitSelector Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of TypedUnit.UnitSelector in org.openjdk.jmc.common.unit
Subinterfaces of TypedUnit.UnitSelector in org.openjdk.jmc.common.unit Modifier and Type Interface Description static interface
LinearKindOfQuantity.LinearUnitSelector
Classes in org.openjdk.jmc.common.unit that implement TypedUnit.UnitSelector Modifier and Type Class Description class
BinaryUnitSelector
class
CustomUnitSelector
class
DecimalUnitSelector
Fields in org.openjdk.jmc.common.unit declared as TypedUnit.UnitSelector Modifier and Type Field Description private TypedUnit.UnitSelector<LinearUnit>
LinearKindOfQuantity.DualUnitFormatter. unitSelector
Methods in org.openjdk.jmc.common.unit that return TypedUnit.UnitSelector Modifier and Type Method Description private TypedUnit.UnitSelector<LinearUnit>
LinearKindOfQuantity.DualUnitFormatter. getSelector()
Constructors in org.openjdk.jmc.common.unit with parameters of type TypedUnit.UnitSelector Constructor Description DualUnitFormatter(LinearKindOfQuantity kindOfQuantity, java.lang.String id, java.lang.String name, TypedUnit.UnitSelector<LinearUnit> unitSelector)
DualUnitFormatter(LinearKindOfQuantity kindOfQuantity, java.lang.String id, java.lang.String name, TypedUnit.UnitSelector<LinearUnit> unitSelector, LinearUnit cutoffUnit)
-