Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IQuantity |
interface |
IRange<T extends Comparable<? super T>>
A range of
Comparable s. |
interface |
ITypedQuantity<U extends TypedUnit<U>>
Type parameterized extension of
IQuantity . |
Modifier and Type | Class and Description |
---|---|
class |
QuantityRange<U extends TypedUnit<U>>
A finite range of quantities.
|
Modifier and Type | Method and Description |
---|---|
static IDisplayable |
QuantityRange.createInfinite(IQuantity start,
IQuantity end)
|
Copyright © 2020. All rights reserved.