Returns the value of this Long as a long value.
()
| 85 | * Returns the value of this Long as a long value. |
| 86 | */ |
| 87 | public long longValue(){ |
| 88 | return value; |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * Returns the value of this Long as an int value. |
no outgoing calls
no test coverage detected