Get the length of the list. @webref intlist:method @webBrief Get the length of the list
()
| 129 | * @webBrief Get the length of the list |
| 130 | */ |
| 131 | public int size() { |
| 132 | return count; |
| 133 | } |
| 134 | |
| 135 | |
| 136 | public void resize(int length) { |
no outgoing calls
no test coverage detected