MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / append

Method append

Ports/CLDC11/src/java/lang/StringBuffer.java:55–57  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

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.

Callers 15

toASCIIStringMethod · 0.95
buildIdMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
padMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected