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 © 2003–2018. All rights reserved.