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
public interface IRange<T extends Comparable<? super T>> extends IDisplayable
A range ofComparables. The range is finite unless the parameterized type support infinities, likeDoubledoes. 
- 
- 
Field Summary
- 
Fields inherited from interface org.openjdk.jmc.common.IDisplayable
AUTO, EXACT, VERBOSE 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetCenter()TgetEnd()TgetExtent()TgetStart()booleanisPoint()- 
Methods inherited from interface org.openjdk.jmc.common.IDisplayable
displayUsing 
 - 
 
 -