Package org.openjdk.jmc.common.unit
Class QuantitiesToolkit
- java.lang.Object
 - 
- org.openjdk.jmc.common.unit.QuantitiesToolkit
 
 
- 
public class QuantitiesToolkit extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description QuantitiesToolkit() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <M extends Comparable<? super M>>
Mmax(M a, M b)static <M extends Comparable<? super M>>
MmaxPresent(M a, M b)static <M extends Comparable<? super M>>
Mmin(M a, M b)static <M extends Comparable<? super M>>
MminPresent(M a, M b)static <M extends Comparable<? super M>>
booleansame(M a, M b) 
 - 
 
- 
- 
Method Detail
- 
min
public static <M extends Comparable<? super M>> M min(M a, M b)
 
- 
max
public static <M extends Comparable<? super M>> M max(M a, M b)
 
- 
minPresent
public static <M extends Comparable<? super M>> M minPresent(M a, M b)
 
- 
maxPresent
public static <M extends Comparable<? super M>> M maxPresent(M a, M b)
 
- 
same
public static <M extends Comparable<? super M>> boolean same(M a, M b)
 
 - 
 
 -