@param aObject the Object to check the Maths on. @return the result of the Maths done by this Object
(O aObject)
| 33 | * @return the result of the Maths done by this Object |
| 34 | */ |
| 35 | public long getLong(O aObject); |
| 36 | |
| 37 | /** |
| 38 | * @param aObject the Object to check the Maths on. |
no outgoing calls
no test coverage detected