Gets the length of this CharArray. @return The length
()
| 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; |
no outgoing calls