Removes all of the elements from this list. This list will be empty after this call returns (unless it throws an exception).
()
| 235 | */ |
| 236 | |
| 237 | public void clear() |
| 238 | { |
| 239 | _limit = 0; |
| 240 | } |
| 241 | |
| 242 | /** |
| 243 | * Returns true if this list contains the specified element. More |
no outgoing calls