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