MCPcopy Create free account
hub / github.com/davidgiven/luje / append

Method append

lib/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 4

toStringMethod · 0.65
toURIMethod · 0.65
getAbsoluteNameMethod · 0.65
deepToStringImplMethod · 0.65

Implementers 5

StringBufferlib/java/lang/StringBuffer.java
StringBuilderlib/java/lang/StringBuilder.java
PrintStreamlib/java/io/PrintStream.java
Writerlib/java/io/Writer.java
CharBufferlib/java/nio/CharBuffer.java

Calls

no outgoing calls

Tested by

no test coverage detected