T add(T a)
a
- element to addT subtract(T a)
a
- element to subtractT multiply(T a)
a
- element to multiplyT divide(T a) throws ArithmeticException
a
- element to addArithmeticException
- if a is the zero of the
additive operation (i.e. additive identity)Copyright (c) 2003-2014 Apache Software Foundation