MCPcopy
hub / github.com/libgdx/libgdx / CharArray

Method CharArray

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

Creates an ordered array with a capacity of 16.

()

Source from the content-addressed store, hash-verified

79
80 /** Creates an ordered array with a capacity of 16. */
81 public CharArray () {
82 this(true, CAPACITY);
83 }
84
85 /** Creates an ordered array with the specified capacity. */
86 public CharArray (int capacity) {

Callers

nothing calls this directly

Calls 2

appendMethod · 0.95
lengthMethod · 0.45

Tested by

no test coverage detected