Package org.openjdk.jmc.common.unit
Interface IRange<T extends Comparable<? super T>>
- Type Parameters:
T- the type of the end points of the range
- All Superinterfaces:
IDisplayable
- All Known Implementing Classes:
QuantityRange
A range of
Comparables. The range is finite unless the parameterized type support
infinities, like Double does.-
Field Summary
Fields inherited from interface org.openjdk.jmc.common.IDisplayable
AUTO, EXACT, VERBOSE -
Method Summary
Methods inherited from interface org.openjdk.jmc.common.IDisplayable
displayUsing