(boolean what)
| 9628 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 9629 | |
| 9630 | static final public int parseInt(boolean what) { |
| 9631 | return what ? 1 : 0; |
| 9632 | } |
| 9633 | |
| 9634 | /** |
| 9635 | * Note that parseInt() will un-sign a signed byte value. |
no outgoing calls
no test coverage detected