(boolean b)
| 53 | /// Appends the string representation of the boolean argument to the string buffer. |
| 54 | /// The argument is converted to a string as if by the method String.valueOf, and the characters of that string are then appended to this string buffer. |
| 55 | public java.lang.StringBuffer append(boolean b){ |
| 56 | return null; //TODO codavaj!! |
| 57 | } |
| 58 | |
| 59 | /// Appends the string representation of the char argument to this string buffer. |
| 60 | /// The argument is appended to the contents of this string buffer. The length of this string buffer increases by 1. |
no outgoing calls
no test coverage detected