(boolean what)
| 8743 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 8744 | |
| 8745 | static final public int parseInt(boolean what) { |
| 8746 | return what ? 1 : 0; |
| 8747 | } |
| 8748 | |
| 8749 | /** |
| 8750 | * Note that parseInt() will un-sign a signed byte value. |
no outgoing calls
no test coverage detected