Method
getToInt
Gets the 'to' value as a primitive integer. @return the 'to' value as a primitive integer.
()
Source from the content-addressed store, hash-verified
| 390 | * @return the 'to' value as a primitive integer. |
| 391 | */ |
| 392 | public int getToInt() { |
| 393 | return getTo(); |
| 394 | } |
| 395 | |
| 396 | /** |
| 397 | * {@inheritDoc} |
Tested by
no test coverage detected