MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / append

Method append

vm/JavaAPI/src/java/lang/Appendable.java:46–46  ·  view source on GitHub ↗

Appends the specified character. @param c the character to append. @return this Appendable. @throws IOException if an I/O error occurs.

(char c)

Source from the content-addressed store, hash-verified

44 * if an I/O error occurs.
45 */
46 Appendable append(char c) throws IOException;
47
48 /**
49 * Appends the character sequence {@code csq}. Implementation classes may

Callers 15

writeJsonMethod · 0.65
writeJsonStringMethod · 0.65
toSrtMethod · 0.65
toVttMethod · 0.65
toJsonMethod · 0.65
appendStringMethod · 0.65
appendUriComponentMethod · 0.65
appendPercentMethod · 0.65
fieldMethod · 0.65
toStringMethod · 0.65
serialiseMapMethod · 0.65
appendValueMethod · 0.65

Implementers 15

StringBuffervm/JavaAPI/src/java/lang/StringBuffer.
StringBuildervm/JavaAPI/src/java/lang/StringBuilder
PrintStreamvm/JavaAPI/src/java/io/PrintStream.jav
StringWritervm/JavaAPI/src/java/io/StringWriter.ja
Writervm/JavaAPI/src/java/io/Writer.java
UUIDCodenameOne/src/com/codename1/io/Util.
ComponentSelectorCodenameOne/src/com/codename1/ui/Compo
GeneralPathCodenameOne/src/com/codename1/ui/geom/
DefaultLookAndFeelCodenameOne/src/com/codename1/ui/plaf/
CStringBuilderCodenameOne/src/com/codename1/util/CSt
nscripts/cn1playground/src/html/playgro
Modifiersscripts/cn1playground/common/src/main/

Calls

no outgoing calls

Tested by 15

toStringMethod · 0.52
arrayToStringMethod · 0.52
mainMethod · 0.52
runMavenCompileMethod · 0.52
runTestMethod · 0.52
acceptMethod · 0.52
runTestMethod · 0.52
parse_redirects_fileFunction · 0.52
mainFunction · 0.52
addMethod · 0.52
addMethod · 0.52