Package | Description |
---|---|
org.openjdk.jmc.common |
This package contains interfaces used in Mission Control to identify classes, methods, stack
traces etc.
|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.common.util |
Class and Description |
---|
IQuantity |
Class and Description |
---|
ContentType
A content type describes what kind of data a value is.
|
IQuantity |
IRange
A range of
Comparable s. |
IUnit
A unit of an affine unit system.
|
KindOfQuantity |
LinearKindOfQuantity
The kind of a linear (scalar) physical quantity.
|
Class and Description |
---|
BinaryPrefix
Binary prefixes, as standardized by IEC.
|
BinaryScaleFactor |
ComparableConstraint
A
constraint that wraps a persister for Comparable
values, and constrains the allowed values with minimum and maximum values. |
ContentType
A content type describes what kind of data a value is.
|
DecimalPrefix
Decimal prefixes, as standardized by SI.
|
DecimalScaleFactor |
DisplayFormatter
A display formatter is basically an identifier that tells a user interface widget how the unit
should be formatted, e.g.
|
IConstrainedMap
Read only interface for a map where the values are constrained by an
IConstraint per key. |
IConstraint
A constraint on allowed instances of an existing type
T , including constrained
conversions to and from persistable and interactive strings. |
IFormatter
Generic formatter interface, primarily intended for human consumption.
|
IMutableConstrainedMap
A mutable extension to
IConstrainedMap . |
IPersister |
IPrefix |
IQuantity |
IRange
A range of
Comparable s. |
IScalarAffineTransform
A one dimensional affine transform, to be used on numerical quantity values (that is, the numbers
in front of a unit).
|
ITypedQuantity
Type parameterized extension of
IQuantity . |
IUnit
A unit of an affine unit system.
|
KindOfQuantity |
LinearKindOfQuantity
The kind of a linear (scalar) physical quantity.
|
LinearKindOfQuantity.LinearUnitSelector |
LinearUnit
A measurement unit for a particular kind of quantity.
|
MutableConstrainedMap
A mutable extension to
IConstrainedMap . |
QuantityConversionException
Exception denoting problem converting between representations of physical quantities ("numbers
with units").
|
QuantityConversionException.Problem |
RangeContentType |
ScaleFactor
A linear transform, that is, a scale factor.
|
StructContentType |
TimestampUnit |
TypedUnit
Type parameterized extension of
IUnit . |
TypedUnit.UnitSelector |
Class and Description |
---|
IPersister |
IQuantity |
IRange
A range of
Comparable s. |
Copyright © 2019. All rights reserved.