A D M N S

A

abs() - Method in interface ArithmeticObject
Returns a type T object whose value is the absolute value of this ArithmeticObject.
add(T) - Method in interface ArithmeticObject
Returns a type T object whose value is (this + other), that is, the result of adding the given type T object to this ArithmeticObject.
ArithmeticObject<T> - Interface in <Unnamed>
This interface specifies the major arithmetic operations for objects implementing this interface.

A D M N S