Get the length of the list. @webref stringlist:method @brief Get the length of the list
()
| 103 | * @brief Get the length of the list |
| 104 | */ |
| 105 | public int size() { |
| 106 | return count; |
| 107 | } |
| 108 | |
| 109 | |
| 110 | public void resize(int length) { |
no outgoing calls
no test coverage detected