MCPcopy
hub / github.com/libgdx/libgdx / length

Method length

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

Gets the length of this CharArray. @return The length

()

Source from the content-addressed store, hash-verified

1690 /** Gets the length of this CharArray.
1691 * @return The length */
1692 public int length () {
1693 return size;
1694 }
1695
1696 public int capacity () {
1697 return items.length;

Callers 15

charSequenceTestMethod · 0.95
trimCapacityTestMethod · 0.95
CharArrayMethod · 0.45
appendMethod · 0.45
deleteAllMethod · 0.45
deleteFirstMethod · 0.45
endsWithMethod · 0.45
indexOfMethod · 0.45
indexOfIgnoreCaseMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by 2

charSequenceTestMethod · 0.76
trimCapacityTestMethod · 0.76