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