|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.util.MathUtils
public final class MathUtils
Method Summary | ||
---|---|---|
static
|
difference(D num1,
Number num2)
|
|
static
|
sum(D num1,
Number num2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <D extends Number & Comparable<?>> D sum(D num1, Number num2)
public static <D extends Number & Comparable<?>> D difference(D num1, Number num2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |