Remove the item with the given identifier. @param id The item to be removed. If there is no item with this identifier, nothing happens.
(int id)
| 303 | * identifier, nothing happens. |
| 304 | */ |
| 305 | public void removeItem(int id); |
| 306 | |
| 307 | /** |
| 308 | * Remove all items in the given group. |
no outgoing calls