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