(Object obj)
| 3448 | } |
| 3449 | |
| 3450 | @SuppressWarnings("unchecked") |
| 3451 | private static <T> T cast(Object obj) { |
| 3452 | |
| 3453 | return (T) obj; |
| 3454 | |
| 3455 | } |
| 3456 | |
| 3457 | //~ Parse-Routinen ---------------------------------------------------- |
| 3458 |
no outgoing calls
no test coverage detected