(boolean b)
| 417 | |
| 418 | /// Returns the string representation of the boolean argument. |
| 419 | public static java.lang.String valueOf(boolean b){ |
| 420 | return null; //TODO codavaj!! |
| 421 | } |
| 422 | |
| 423 | /// Returns the string representation of the char argument. |
| 424 | public static java.lang.String valueOf(char c){ |
no outgoing calls
no test coverage detected