MCPcopy
hub / github.com/libgdx/libgdx / appendln

Method appendln

gdx/src/com/badlogic/gdx/utils/CharArray.java:894–896  ·  view source on GitHub ↗

Appends a boolean value followed by a new line to this CharArray.

(boolean value)

Source from the content-addressed store, hash-verified

892
893 /** Appends a boolean value followed by a new line to this CharArray. */
894 public CharArray appendln (boolean value) {
895 return append(value).appendLine();
896 }
897
898 /** Appends a char value followed by a new line to this CharArray. */
899 public CharArray appendln (char ch) {

Callers 1

appendlnTestMethod · 0.95

Calls 2

appendMethod · 0.95
appendLineMethod · 0.80

Tested by 1

appendlnTestMethod · 0.76