public class DateArithmetic extends TypeArithmetic<Date>
baseType| Constructor and Description |
|---|
DateArithmetic() |
| Modifier and Type | Method and Description |
|---|---|
Date |
add(Object summand1,
Object summand2) |
Object |
divide(Object quotient,
Object divisor) |
Object |
multiply(Object factor1,
Object factor2) |
Object |
subtract(Object minuend,
Object subtrahend) |
getBaseTypepublic Date add(Object summand1, Object summand2)
add in class TypeArithmetic<Date>public Object subtract(Object minuend, Object subtrahend)
subtract in class TypeArithmetic<Date>public Object multiply(Object factor1, Object factor2)
multiply in class TypeArithmetic<Date>Copyright © 2011–2014 Volker Bergmann. All rights reserved.